aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix: Update to 77a1aac.Ludovic Courtès2018-06-10
| | | | * gnu/packages/package-management.scm (guix): Update to 77a1aac.
* gnu: nix: Update to 2.0.4.宋文武2018-06-10
| | | | * gnu/packages/package-management.scm (nix): Update to 2.0.4.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-06-06
|\
| * gnu: diffoscope: Update to 95.Rutger Helling2018-06-06
| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 95.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-17
|\|
| * gnu: diffoscope: Update to 94.Ludovic Courtès2018-05-11
| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 94.
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: guix-register: Reduce the set of dependencies.Ludovic Courtès2018-05-01
| | | | | | | | | | * gnu/packages/package-management.scm (guix-register)[native-inputs] [propagated-inputs]: New field.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-30
|\|
| * gnu: guix: Update to ab85cf7.Roel Janssen2018-04-25
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to ab85cf7.
| * gnu: diffoscope: Update to 93.Rutger Helling2018-04-25
| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 93.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-21
|\|
| * gnu: guix: Add po4a input.Julien Lepiller2018-04-19
| | | | | | | | * gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-11
|\|
| * gnu: guix: Update to 486de73.Ludovic Courtès2018-04-11
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 486de73.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: Add 'guix-register'.Ludovic Courtès2018-04-08
| | | | | | | | * gnu/packages/package-management.scm (guix-register): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-29
|\|
| * tests: Add tests for "guix pack".Chris Marusich2018-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/pack.scm (bootstrap-xz): New variable. (%options) <--bootstrap>: New option. (show-help): Document the new --bootstrap option. (guix-pack): When --bootstrap is specified, use the bootstrap Guile, tar, and xz to build the pack, and do not use any profile hooks or locales. * doc/guix.texi (Invoking guix pull): Document the new --bootstrap option. * tests/guix-pack.sh: New file. * Makefile.am (SH_TESTS): Add guix-pack.sh. * gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
* | gnu: guix: Use invoke.Mark H Weaver2018-03-23
| | | | | | | | | | * gnu/packages/package-management.scm (guix)[arguments]: Use invoke in the bootstrap phase.
* | Merge branch 'master' into core-updatesRicardo Wurmus2018-03-14
|\|
| * gnu: 'autoconf-wrapper' is no longer a procedure.Ludovic Courtès2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30710>. Suggested by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/autotools.scm (autoconf-wrapper): Rename to... (make-autoconf-wrapper): ... this. Add 'properties' field. (autoconf-wrapper): New variable. * gnu/packages/gnunet.scm (guile-gnunet): Adjust accordingly. * gnu/packages/gnupg.scm (signing-party): Likewise. * gnu/packages/guile.scm (guile-ics, guile-bash): Likewise. * gnu/packages/libevent.scm (libuv): Likewise. * gnu/packages/logging.scm (glog): Likewise. * gnu/packages/mail.scm (libetpan): Likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza) (mate-screensaver): Likewise. * gnu/packages/package-management.scm (guix): Likewise. * gnu/packages/sawfish.scm (librep): Likewise. * gnu/packages/video.scm (motion): Likewise. * gnu/packages/zile.scm (zile-on-guile): Likewise.
| * gnu: gcab: Update to 1.1.Tobias Geerinckx-Rice2018-02-27
| | | | | | | | | | * gnu/packages/package-management.scm (gcab): Update to 1.1. [source]: Remove git dependency in a snippet.
* | build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès2018-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This factorizes what has become a widespread idiom. * guix/build/gnu-build-system.scm (%bootstrap-scripts): New variable. (bootstrap): New procedure. (%standard-phases): Add it after 'unpack'. * guix/build/ant-build-system.scm (%standard-phases): Delete 'bootstrap. * guix/build/asdf-build-system.scm (%standard-phases/source) (%standard-phases): Likewise. * guix/build/cargo-build-system.scm (%standard-phases): Likewise. * guix/build/cmake-build-system.scm (%standard-phases): Likewise. * guix/build/dub-build-system.scm (%standard-phases): Likewise. * guix/build/emacs-build-system.scm (%standard-phases): Likewise. * guix/build/font-build-system.scm (%standard-phases): Likewise. * guix/build/go-build-system.scm (%standard-phases): Likewise. * guix/build/haskell-build-system.scm (%standard-phases): Likewise. * guix/build/minify-build-system.scm (%standard-phases): Likewise. * guix/build/ocaml-build-system.scm (%standard-phases): Likewise. * guix/build/perl-build-system.scm (%standard-phases): Likewise. * guix/build/python-build-system.scm (%standard-phases): Likewise. * guix/build/r-build-system.scm (%standard-phases): Likewise. * guix/build/ruby-build-system.scm (%standard-phases): Likewise. * guix/build/scons-build-system.scm (%standard-phases): Likewise. * guix/build/texlive-build-system.scm (%standard-phases): Likewise. * guix/build/waf-build-system.scm (%standard-phases): Likewise. * gnu/packages/audio.scm (faad2)[arguments]: Replace 'bootstrap. (soundtouch, cuetools, bluez-alsa): Remove 'arguments'. (cava)[arguments]: Replace 'bootstrap. * gnu/packages/backup.scm (rdup): Remove 'bootstrap. * gnu/packages/bioinformatics.scm (seek)[arguments]: Replace 'bootstrap. * gnu/packages/bioinformatics.scm (htslib-for-sambamba): Remove 'arguments'. * gnu/packages/ci.scm (hydra, cuirass): Remove 'bootstrap'. * gnu/packages/crypto.scm (libb2): Remove #:phases. * gnu/packages/databases.scm (guile-wiredtiger): Likewise. * gnu/packages/debug.scm (stress-make): Remove 'bootstrap'. * gnu/packages/documentation.scm (asciidoc): Likewise. * gnu/packages/fontutils.scm (libuninameslist): Remove 'arguments'. * gnu/packages/ftp.scm (weex): Remove 'arguments'. * gnu/packages/game-development.scm (ois): Remove 'arguments'. * gnu/packages/games.scm (pioneer): Remove 'bootstrap. * gnu/packages/gnome.scm (vte-ng, byzanz): Replace 'bootstrap. (arc-theme): Remove 'arguments'. (faba-icon-theme): Remove 'bootstrap. (arc-icon-theme): Remove 'arguments'. * gnu/packages/gnunet.scm (guile-gnunet): Likewise. * gnu/packages/gtk.scm (guile-rsvg): Likewise. * gnu/packages/guile.scm (mcron2): Remove 'bootstrap. (guile-bash): Remove #:phases. (guile-git): Remove 'bootstrap. (guile-syntax-highlight): Remove 'arguments'. (guile-sjson): Likewise. * gnu/packages/java.scm (classpath-devel): Remove 'bootstrap. * gnu/packages/kodi.scm (libdvdnav/kodi) (libdvdread/kodi, libdvdcss/kodi): Likewise. * gnu/packages/libreoffice.scm (hunspell): Remove 'arguments'. * gnu/packages/libusb.scm (hidapi): Likewise. * gnu/packages/linux.scm (bridge-utils): Rename 'bootstrap' to 'patch-stuff'; move it before 'bootstrap', without autoreconf invocation. (eudev): Rename 'bootstrap' to 'patch-file-names', without 'autogen.sh' invocation; move it before 'bootstrap. (gpm): Replace 'bootstrap'. (f2fs-tools): Remove 'arguments'. (rng-tools): Remove #:phases. * gnu/packages/messaging.scm (hexchat): Rename 'bootstrap' to 'copy-intltool-makefile'; remove "autoreconf" invocation and move before 'bootstrap'. (libmesode): Remove 'arguments'. (libstrophe): Likewise. * gnu/packages/microcom.scm (microcom): Likewise. * gnu/packages/networking.scm (libnet): Remove 'bootstrap. * gnu/packages/onc-rpc.scm (libnsl): Remove 'arguments'. * gnu/packages/package-management.scm (guix): Replace 'bootstrap. * gnu/packages/sawfish.scm (librep): Remove 'arguments'. * gnu/packages/version-control.scm (findnewest): Likewise. * gnu/packages/video.scm (liba52, handbrake, motion): Replace 'bootstrap. * gnu/packages/web.scm (fcgiwrap): Remove #:phases. (tidy): Replace 'bootstrap. (gumbo-parser): Remove #:phases. * gnu/packages/wget.scm (wget2): Replace 'bootstrap. * gnu/packages/wm.scm (i3lock-color): Remove #:phases. * gnu/packages/xdisorg.scm (xclip): Likewise. * gnu/packages/xml.scm (libxls): Replace 'bootstrap'. * gnu/packages/xorg.scm (xf86-video-freedreno) (xf86-video-intel): Remove #:phases. * gnu/packages/zile.scm (zile-on-guile): Replace 'bootstrap.
* gnu: nix, patchelf: Use HTTPS for nixos.org home pages.Tobias Geerinckx-Rice2018-02-20
| | | | | * gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS. * gnu/packages/package-management.scm (nix)[home-page]: Likewise.
* gnu: guix: Update snapshot to bdf0c64.Ludovic Courtès2018-02-19
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to bdf0c64. [arguments] <copy-bootstrap-guile>: Move after 'check' phase. Rewrite to use "guix download" and to intern only one or two tarballs. [inputs]: Remove "boot-guile/*". Add "boot-guile" and, optionally, "boot-guile/i686".
* Merge branch 'master' into core-updatesMark H Weaver2018-02-11
|\
| * gnu: guix: Update snapshot to bc880f9.Ludovic Courtès2018-02-09
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to bc880f9.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-26
|\|
| * gnu: gcab: Update to 1.0 [fixes CVE-2018-5345].Tobias Geerinckx-Rice2018-01-26
| | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (gcab): Update to 1.0. [build-system]: Switch to meson-build-system. [native-inputs]: Add glib:bin and vala. [arguments]: Don't build developer documentation. Disable introspection, thanks.
| * gnu: Add msitools.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | * gnu/packages/package-management.scm (msitools): New public variable.
| * gnu: Add gcab.Tobias Geerinckx-Rice2018-01-26
| | | | | | | | * gnu/packages/package-management.scm (gcab): New public variable.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-23
|\|
| * gnu: guix: Update snapshot to 33988f9.Ludovic Courtès2018-01-22
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 33988f9.
* | Merge branch 'master' into core-updatesMark H Weaver2018-01-19
|\|
| * gnu: package-management: Prefix licenses.Tobias Geerinckx-Rice2018-01-18
| | | | | | | | | | | | * gnu/packages/package-management.scm (define-module): Import (guix licenses) with #:prefix instead of #:select. Adjust all callers.
| * gnu: package-management: Alphabetise module imports.Tobias Geerinckx-Rice2018-01-18
| | | | | | | | | | * gnu/packages/package-management.scm (define-module): Order module imports alphabetically.
| * gnu: guix: Update snapshot to 0dcf675.Ludovic Courtès2018-01-13
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 0dcf675.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-11
|\|
| * gnu: guix: Update snapshot to 3c5dbd2.Ludovic Courtès2018-01-11
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 3c5dbd2.
| * gnu: guix: Update snapshot to c04ffad.Ludovic Courtès2018-01-08
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to c04ffad.
* | Merge branch 'master' into core-updatesLeo Famulari2018-01-03
|\|
| * gnu: diffoscope: Update to 90.Tobias Geerinckx-Rice2018-01-02
| | | | | | | | * gnu/packages/package-management.scm (diffoscope): Update to 90.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-12-31
|\|
| * gnu: guix: Update snapshot to f76ff984.Mathieu Othacehe2017-12-28
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to f76ff984.
* | Merge branch 'master' into core-updatesLeo Famulari2017-12-21
|\|
| * gnu: Update gwl to 0.1.1.Roel Janssen2017-12-19
| | | | | | | | * gnu/packages/package-management.scm (gwl): Update to 0.1.1.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\|
| * gnu: guix: Update snapshot to 02345c.Mathieu Othacehe2017-12-16
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 02345c.
* | Merge branch 'master' into core-updatesMarius Bakke2017-12-07
|\|