summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix-daemon: Fix file name of 'guix' command.Ludovic Courtès2018-07-18
| | | | | | | | Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, fix file name of 'guix' command.
* gnu: guix: Update to 8bbb79c.Ludovic Courtès2018-07-17
| | | | * gnu/packages/package-management.scm (guix): Update to 8bbb79c.
* gnu: guix: Build with Guile 2.2.4.Ludovic Courtès2018-07-17
| | | | | * gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2.4.
* gnu: guix: Update to 4876bc8.Ludovic Courtès2018-07-06
|
* gnu: guix: Update to 0.15.0.Ludovic Courtès2018-07-06
|
* gnu: emacs-nix-mode: Fix build by switching upstream source.Oleg Pykhalov2018-07-01
| | | | | | | | | 'nix' version 2 doesn't provide Emacs libraries anymore. * gnu/packages/package-management.scm (emacs-nix-mode): Do not inherit 'nix'. Switch upstream source to <https://github.com/nixos/nix-mode>. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guix-daemon: Build in the absence of guile-sqlite3.Ludovic Courtès2018-06-19
| | | | | | | | | | Fixes a regression introduced in 3f311279d35a00c40536ee37c7808f42ed5fae4b whereby guix-daemon's configure would error out due to the lack of guile-sqlite3. * gnu/packages/package-management.scm (guix-daemon)[inputs]: Remove "boot-guile", "boot-guile/i686", and "util-linux". [arguments]: Add #:configure-flags.
* gnu: guix: Update to 7af5c2a.Ludovic Courtès2018-06-19
| | | | * gnu/packages/package-management.scm (guix): Update to 7af5c2a.
* gnu: diffoscope: Update to 96.Ludovic Courtès2018-06-17
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 96.
* self: Add 'guix-daemon' to the result.Ludovic Courtès2018-06-14
| | | | | | * gnu/packages/package-management.scm (guix-daemon): New variable. * guix/self.scm (whole-package): Add #:daemon and honor it. (compiled-guix): Pass #:daemon to 'whole-package'.
* Remove 'guix-register' and its traces.Ludovic Courtès2018-06-14
| | | | | | | | | | | | | | | | | | | * Makefile.am (SH_TESTS): Remove tests/guix-register.sh. * build-aux/pre-inst-env.in (GUIX_REGISTER): Remove. * gnu/build/install.scm (directives): Remove outdated comment. * gnu/build/vm.scm (root-partition-initializer): Update comment. * gnu/packages/package-management.scm (guix-register): Remove. * guix/config.scm.in (%sbindir, %guix-register-program): Remove. * guix/scripts/system.scm (install): Adjust docstring. * guix/self.scm (make-config.scm): Remove #:guix. Do not generate %sbindir and %guix-register-program. (specification->package): Remove "guix". * nix/guix-register/guix-register.cc: Remove. * nix/libstore/store-api.cc (decodeValidPathInfo): Remove. * nix/libstore/store-api.hh (decodeValidPathInfo): Remove declaration. * nix/local.mk (sbin_PROGRAMS, guix_register_SOURCES) (guix_register_CPPFLAGS, guix_register_LDFLAGS): Remove. * tests/guix-register.sh: Remove.
* build: Require Guile-SQLite3.Ludovic Courtès2018-06-14
| | | | | | | | | | | | | | | The next commits make (sqlite3) an indirect dependency of (gnu build install), which is itself used by (guix scripts system), hence this new requirement. * configure.ac: Error out when $guix_cv_have_recent_guile_sqlite3 is false. Remove HAVE_GUILE_SQLITE3 Automake conditional. * Makefile.am (MODULES, SCM_TESTS): Remove HAVE_GUILE_SQLITE3 conditions. * doc/guix.texi (Requirements): Add Guile-SQLite3. * README: Ditto. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Add GUILE-SQLITE3. [arguments]: In 'wrap-program' phase, take guile-sqlite3 into account.
* gnu: Add libostree.宋文武2018-06-12
| | | | * gnu/packages/package-management.scm (libostree): New variable.
* 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.