Leo Famulari
7dd21101a3
gnu: diffoscope: Update to 49.
...
* gnu/packages/package-management.scm (diffoscope): Update to 49.
[source]: Use pypi-uri.
[arguments]: Use python-3. Enable tests. Add 'dependency-on-python-magic' phase
and remove 'dependency-on-rpm' phase.
[native-inputs]: Remove python2-setuptools.
[inputs]: Replace python2-file, python2-debian, python2-libarchive-c,
python2-tlsh, python2-pytest, python2-chardet with python-3 variants.
2016-02-25 17:06:25 -05:00
宋文武
56f5f921b4
gnu: nix: Update to 1.11.2.
...
* gnu/packages/package-management.scm (nix): Update to 1.11.2.
2016-02-20 18:22:26 +08:00
Alex Kost
2c776157ad
gnu: guix: Update development snapshot to c3f29bc
.
...
* gnu/packages/package-management.scm (guix-devel): Update to c3f29bc
.
2016-01-29 11:13:15 +03:00
Ludovic Courtès
8c986ab120
Merge branch 'master' into core-updates
2016-01-13 18:18:48 +01:00
Ludovic Courtès
dff9141c5e
gnu: guix: Update development snapshot to f888c0b
.
...
* gnu/packages/package-management.scm (guix-devel): Update to f888c0b
.
2016-01-06 23:08:22 +01:00
Ludovic Courtès
e8e2e18b84
gnu: Read 'C_INCLUDE_PATH' instead of 'CPATH'.
...
This is a followup to 009b53fd
.
* gnu/packages/cmake.scm (cmake)[arguments]: Use (getenv
"C_INCLUDE_PATH") instead of (getenv "CPATH").
* gnu/packages/package-management.scm (rpm)[arguments]: Likewise.
* gnu/packages/video.scm (avidemux)[arguments]: Likewise.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Likewise.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise, and unset
'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH'.
2016-01-05 14:11:54 +01:00
Ludovic Courtès
b2a72238b9
gnu: guix: Update development snapshot to 5c36edc
.
...
* gnu/packages/package-management.scm (guix-devel): Update to 5c36edc
.
2015-11-19 22:33:01 +01:00
宋文武
9083788a29
gnu: nix: Don't propagate Perl libraries.
...
* gnu/packages/package-management.scm (nix): Move perl-www-curl,
perl-dbi and perl-dbd-sqlite from 'propagated-inputs' to 'inputs'.
[arguments]: Add #:configure-flags.
2015-11-13 12:56:50 +08:00
宋文武
f888502cfa
gnu: nix: Update to 1.10.
...
* gnu/packages/package-management.scm (nix): Update to 1.10.
2015-11-13 12:56:50 +08:00
Ludovic Courtès
ddfd70da8e
gnu: stow: Update to 2.2.2.
...
* gnu/packages/package-management.scm (stow): Update to 2.2.2.
[native-inputs]: Add PERL-IO-STRINGY.
2015-11-11 23:45:29 +01:00
Ludovic Courtès
f8c0c8e4bf
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to commit 43c082b
.
(guix): Set to GUIX-DEVEL.
2015-11-04 18:22:21 +01:00
Ludovic Courtès
43c082b361
gnu: guix: Update to 0.9.0.
...
* gnu/packages/package-management.scm (guix-0.8.3): Rename to...
(guix-0.9.0): ... this. Adjust users.
(guix): Set to GUIX-0.9.0.
2015-11-04 14:07:26 +01:00
Ludovic Courtès
c56ab21b2a
gnu: guix: Do not retain dependency on Graphviz.
...
* gnu/packages/package-management.scm (guix-devel)[arguments]: Add
ac_cv_path_DOT_USER_PROGRAM=dot to #:configure-flags.
2015-11-03 15:04:15 +01:00
Ludovic Courtès
dc57d527ae
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-0.8.3)[arguments]: In
'disable-container-tests' phase, modify
"tests/guix-environment-container.sh". Add 'set-SHELL' phase.
* gnu/packages/package-management.scm (guix-devel): Update to b485f75
.
2015-11-03 09:39:35 +01:00
Ludovic Courtès
08dcff4744
gnu: Add Diffoscope.
...
* gnu/packages/package-management.scm (diffoscope): New variable.
2015-10-27 21:44:46 +01:00
Ludovic Courtès
e3e1ecf67c
gnu: Add RPM.
...
* gnu/packages/package-management.scm (rpm): New variable.
* gnu/packages/backup.scm (libarchive): Add comment.
2015-10-27 00:01:19 +01:00
Ludovic Courtès
791076cc91
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to abbe2c6
.
2015-09-25 18:11:37 +02:00
David Thompson
34582b3037
gnu: guix: Enable container tests.
...
* gnu/packages/package-management.scm (guix-devel): Delete
'disable-container-tests' build phase.
2015-09-04 13:14:36 -04:00
Ludovic Courtès
193a08e254
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to commit 5d09263
.
Prefix version string with "0.8.3.".
(guix): Set to GUIX-DEVEL.
2015-07-22 00:33:47 +02:00
Ludovic Courtès
5d09263bfd
gnu: guix: Update to 0.8.3.
...
* gnu/packages/package-management.scm (guix-0.8.2): Rename to...
(guix-0.8.3): ... this. Adjust users. Add 'disable-container-tests'
phase.
(guix): Set to GUIX-0.8.3.
2015-07-21 23:16:36 +02:00
Ludovic Courtès
b56724ec5f
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 72cd8ec
.
2015-07-20 14:14:51 +02:00
Mark H Weaver
b93c1d9dba
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to dd91141
.
[arguments]: Use 'modify-phases'. Add 'disable-container-tests' phase.
2015-07-09 17:43:34 -04:00
Mark H Weaver
dd9114107d
Revert "gnu: guix: Update snapshot."
...
This reverts commit bfabd1fbb8
.
2015-07-09 15:15:06 -04:00
Mark H Weaver
bfabd1fbb8
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 9f04196
.
2015-07-09 13:07:11 -04:00
Andreas Enge
cc2b77dfc7
gnu: Move content of openssl module into tls module.
...
* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
2015-07-05 18:27:24 +02:00
Andreas Enge
a7fd7b68a6
gnu: Rename module gnutls to tls.
...
* gnu/packages/gnutls.scm: Rename to...
* gnu/packages/tls.scm: ... this. Change module name accordingly.
* gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm,
ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm,
mail.scm, messaging.scm, package-management.scm, shishi.scm,
task-management.scm, version-control.scm, video.scm, vpn.scm,
webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module
import to new name.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
2015-07-05 17:09:42 +02:00
Mark H Weaver
040ca34f7e
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 684bf7c
.
2015-06-18 00:10:02 -04:00
Mark H Weaver
ba981db293
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 2c04921
.
2015-06-17 16:27:06 -04:00
Ludovic Courtès
932e7204af
gnu: guix: Wrap 'guix' so GUILE_LOAD_PATH includes the dependencies.
...
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Add
'wrap-program' phase.
2015-06-13 22:33:37 +02:00
Ludovic Courtès
02c2cf43ce
gnu: guix: Use 'modify-phases'.
...
* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use
'modify-phases' instead of 'alist-cons-before'.
2015-06-13 22:33:37 +02:00
Ludovic Courtès
e21adc768e
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to a43b55f
.
[source]: Add 'file-name' field.
[native-inputs]: Add HELP2MAN.
2015-06-11 23:33:32 +02:00
Ludovic Courtès
6fb4fb717d
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to c2ee19e
.
2015-05-22 11:51:12 +02:00
Ludovic Courtès
aa38fabacc
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 5875eb7
.
Change 'version' prefix to "0.8.2.".
(guix): Set to GUIX-DEVEL.
2015-05-14 00:44:22 +02:00
Ludovic Courtès
5875eb7325
gnu: guix: Update to 0.8.2.
...
* gnu/packages/package-management.scm (guix-0.8.1): Rename to...
(guix-0.8.2): ... this. Update to 0.8.2. Adjust users.
(guix): Set to GUIX-0.8.2.
2015-05-14 00:31:51 +02:00
Taylan Ulrich Bayırlı/Kammer
45cbe390c3
gnu: guix-0.8.1: Add gnutls to propagated inputs.
...
* gnu/packages/package-management.scm (guix-0.8.1): Add gnutls to propagated
inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-13 23:30:23 +02:00
Mark H Weaver
0dec8f8c13
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to fc34dee
.
2015-04-22 18:19:54 -04:00
Mark H Weaver
aad8877d91
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to dd3a42e
.
2015-04-21 21:30:23 -04:00
Mark H Weaver
dd3a42e624
gnu: guix: Don't install in /etc/bash_completion.d within build environment.
...
Fixes <http://bugs.gnu.org/20394 >.
Patch by Ludovic Courtès <ludo@gnu.org>.
* gnu/packages/package-management.scm (guix)[arguments]: Pass
"--with-bash-completion-dir" option to configure.
2015-04-21 19:04:34 -04:00
Ludovic Courtès
38cf2ba084
gnu: Remove all #:select from (gnu packages ...) modules.
...
This works around Guile bug <http://bugs.gnu.org/15540 >.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/engineering.scm: Don't #:select from (gnu packages ...).
* gnu/packages/gcc.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/pulseaudio.scm: Likewise.
* gnu/packages/moe.scm: Likewise, and #:select from (guix licenses)
instead.
2015-04-20 15:50:59 +02:00
Eric Bavier
ae6904dc0b
gnu: nix: Propagate perl inputs.
...
* gnu/packages/package-management.scm (nix)[inputs]: Move
perl-www-curl, perl-dbi, perl-dbd-sqlite to...
[propagated-inputs]: ...this new field
2015-04-19 19:48:52 -05:00
Ludovic Courtès
1dccdb758a
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 0b13161
.
2015-04-08 10:41:27 +02:00
Ludovic Courtès
e2e21359c5
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update.
2015-03-23 23:13:18 +01:00
Ludovic Courtès
2d32d153a7
gnu: Use emacs-no-x when we just want to byte-compile code.
...
* gnu/packages/code.scm (cflow)[native-inputs]: Change EMACS to
EMACS-NO-X.
* gnu/packages/databases.scm (recutils): Likewise.
* gnu/packages/emacs.scm (geiser, paredit, magit, emacs-w3m, emacs-wget,
emms, bbdb): Likewise.
* gnu/packages/idutils.scm (idutils): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/package-management.scm (guix-0.8.1): Likewise.
* gnu/packages/scheme.scm (bigloo): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
2015-03-19 23:15:50 +01:00
Ludovic Courtès
af0927ac68
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update snapshot.
2015-03-06 00:44:01 +01:00
Mark H Weaver
722ec72244
gnu: Move autoconf-style phases after the unpack phase.
...
* gnu/packages/audio.scm (soundtouch)[arguments]: Move 'bootstrap'
after 'unpack'. Remove custom /usr/bin/file patching, which will
now be handled by the 'patch-usr-bin-file' phase.
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Rename 'pre-configure'
phase to 'autoconf' and move it after 'unpack'.
* gnu/packages/fontutils.scm (libuninameslist)[arguments]: Move 'bootstrap'
phase after 'unpack'.
* gnu/packages/libevent.scm (libuv)[arguments]: Move 'autogen' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh".
* gnu/packages/linux.scm (bridge-utils)[arguments]: Move 'bootstrap' phase
after 'unpack'.
* gnu/packages/mail.scm (libetpan)[arguments]: Move 'autogen' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Setenv
"NOCONFIGURE" before running autogen.sh.
* gnu/packages/package-management.scm (guix-devel)[arguments]: Move
'bootstrap' phase after 'unpack'. Run "sh autogen.sh" instead of
"./autogen.sh".
* gnu/packages/rdf.scm (lrdf)[arguments]: Move 'autoreconf' phase after
'remove-out-of-tree-references' phase.
* gnu/packages/tor.scm (privoxy)[arguments]: Move 'autoconf' phase after
'unpack'.
* gnu/packages/web.scm (libpsl)[arguments]: Move 'bootstrap' phase after
'unpack'. Run "sh autogen.sh" instead of "./autogen.sh". Remove
'fix-autogen-shebang' phase.
2015-02-28 09:49:01 -05:00
Ricardo Wurmus
8d422e258b
gnu: Add Stow.
...
* gnu/packages/package-management.scm (stow): New variable.
2015-02-24 21:29:27 +01:00
Ludovic Courtès
ae5e3d3a62
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update snapshot.
(guix): Change to GUIX-DEVEL.
2015-01-28 23:53:09 +01:00
Ludovic Courtès
f1082ec16c
gnu: guix: Update to 0.8.1.
...
* gnu/packages/package-management.scm (guix-0.8): Rename to...
(guix-0.8.1): ... this. Add 'propagated-inputs'.
(guix-devel): Append ".0" to version number. Remove
'propagated-inputs'.
(guix): Set to GUIX-0.8.1.
2015-01-28 23:36:58 +01:00
Ludovic Courtès
39de700c6f
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (boot-guile-uri): New procedure.
(guix-0.8): Add "boot-guile/armhf" input. Update
'copy-bootstrap-guile' phase to handle it.
(guix-devel): Update snapshot.
2015-01-27 10:24:34 +01:00
Ludovic Courtès
b6c5a39701
gnu: guix-devel: Propagate Geiser.
...
* gnu/packages/package-management.scm (guix-devel)[propagated-inputs]:
Add GEISER.
2015-01-22 23:39:55 +01:00