summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix-build-coordinator: Update to 0-27.1305724.Christopher Baines2021-04-23
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-27.1305724.
* gnu: guix-build-coordinator: Update to 0-26.f836f07.Christopher Baines2021-04-23
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-26.f836f07.
* gnu: guix-build-coordinator: Add missing guile-sqlite3 to wrapper.Christopher Baines2021-04-23
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator)[arguments]: List guile-sqlite3 as a guile input for wrapping.
* gnu: guix-build-coordinator: Update to 0-25.c49b1c8.Christopher Baines2021-04-22
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-25.c49b1c8.
* gnu: Guix: Update to 1.2.0-21.4dff6ec.Leo Famulari2021-04-13
| | | | | | Fixes <https://bugs.gnu.org/46829>. * gnu/packages/package-management.scm (guix): Update to 1.2.0-21.4dff6ec.
* gnu: guix: Update to 2d73086.Ludovic Courtès2021-04-09
| | | | * gnu/packages/package-management.scm (guix): Update to 2d73086.
* gnu: guix-build-coordinator: Update to 0-24.6fb5eaf.Christopher Baines2021-04-09
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-24.6fb5eaf.
* gnu: guix-build-coordinator: Update to 0-23.44d0006.Christopher Baines2021-04-09
| | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-23.44d0006. [arguments]: Fix missing guile-fibers when not building for the hurd.
* gnu: guix-build-coordinator: Update to 0-22.44d0006.Christopher Baines2021-04-08
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-22.44d0006.
* gnu: guix: Update to 8f9052d.Ludovic Courtès2021-03-31
| | | | * gnu/packages/package-management.scm (guix): Update to 8f9052d.
* gnu: guix: Fix openrc init scripts.zimoun2021-03-30
| | | | | | | | | Fixes <https://bugs.gnu.org/46871>. * gnu/packages/package-management.scm (guix)[arguments]: Fix openrc init. * nix/local.mk (openrcservicedir): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guix-build-coordinator: Update to 0-21.6e7e63f.Christopher Baines2021-03-26
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-21.6e7e63f.
* gnu: guix: Update to 6e7ba45.Léo Le Bouter2021-03-26
| | | | * gnu/packages/package-management.scm (guix): Update to 6e7ba45.
* Revert "gnu: guix: Update to 86dd54f."Léo Le Bouter2021-03-25
| | | | | | A test failure (tests/print) was uncovered so revert until we fix it. This reverts commit b0eb525ddba77420ff8c0930b9173b10f9ae342d.
* gnu: guix: Update to 86dd54f.Léo Le Bouter2021-03-25
| | | | * gnu/packages/package-management.scm (guix): Update to 86dd54f.
* gnu: rpm: Update to 4.16.1.3.Tobias Geerinckx-Rice2021-03-23
| | | | * gnu/packages/package-management.scm (rpm): Update to 4.16.1.3.
* gnu: guix: Update to ec7fb66 [security].Ludovic Courtès2021-03-18
| | | | | | | This updates the 'guix' package so that it provides the fix for <https://bugs.gnu.org/47229>. * gnu/packages/package-management.scm (guix): Update to ec7fb66.
* gnu: Use autoconf instead of autoconf-wrapper when possible.Maxime Devos2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should reduce confusion on when to use the "autoconf" package and when to use "autoconf-wrapper" instead in package definitions. Fixes <https://bugs.gnu.org/46564>. * gnu/packages/autotools.scm (autoconf-wrapper): advise to use the "autoconf" package instead where possible. * gnu/packages/game-development.scm (tsukundere)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gimp.scm (glimpse)[native-inputs]: likewise. (gimp-resynthesizer)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/gnunet.scm (gnunet)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gnupg.scm (signing-party)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/guile-xyz.scm (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/libevent.scm (libuv)[native-inputs]: indicates "autoconf-wrapper" needs to be replaced with "autoconf" on core-updates. * gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/mail.scm (libetpan)[native-inputs]: likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza)[native-inputs]: add comment on why "autoconf-wrapper" is used. (mate-screensaver)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/package-management.scm (guix)[native-inputs]: likewise. * gnu/packages/sawfish.scm (librep)[native-inputs]: likewise. * gnu/packages/video.scm (motion)[native-inputs]: likewise. * gnu/packages/zile.scm (zile)[native-inputs]: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update to c8887a5.Ludovic Courtès2021-03-13
| | | | * gnu/packages/package-management.scm (guix): Update to c8887a5.
* gnu: flatpak: Update to 1.10.2 [fixes CVE-2021-21381].Léo Le Bouter2021-03-11
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.10.2.
* import: Add Go importer.Katherine Cox-Buday2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds a 'guix import go' command. * doc/guix.texi (Requirements): Mention Guile-Lib dependency. (Invoking guix import): Document 'guix import go'. * gnu/packages/package-management.scm (guix)[inputs, propagated-inputs]: Add GUILE-LIB. * guix/self.scm (compiled-guix)[guile-lib]: New variable. [dependencies]: Add it. (specification->package): Add "guile-lib". * guix/build-system/go.scm (go-version->git-ref): New procedure. * guix/import/go.scm, guix/scripts/import/go.scm, tests/go.scm: New files. * guix/scripts/import.scm: Declare subcommand guix import go * po/guix/POTFILES.in: Add 'guix/scripts/import/go.scm'. * Makefile.am (MODULES): Add 'guix/import/go.scm' and 'guix/scripts/import/go.scm'. (SCM_TESTS): Add 'tests/go.scm'. Co-Authored-By: Helio Machado <0x2b3bfa0@gmail.com> Co-Authored-By: Francois Joulaud <francois.joulaud@radiofrance.com> Co-Authored-By: Maxim Cournoyer <maxim.cournoyer@gmail.com> Co-Authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update to 1.2.0-15.f8953be.Mathieu Othacehe2021-03-10
| | | | * gnu/packages/package-management.scm (guix): Update to 1.2.0-15.f8953be.
* gnu: guix: Update to 112692c.Christopher Baines2021-03-05
| | | | * gnu/packages/package-management.scm (guix): Update to 112692c.
* gnu: guix-build-coordinator: Update to 0-20.1f79fc3.Christopher Baines2021-02-28
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-20.1f79fc3.
* gnu: guix-build-coordinator: Update to 0-19.f9a257e.Christopher Baines2021-02-23
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-19.f9a257e.
* gnu: guix-build-coordinator: Update to 0-18.88fbb69.Christopher Baines2021-02-10
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-18.88fbb69.
* gnu: guix-build-coordinator: Update to 0-17.b82494f.Christopher Baines2021-02-09
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-17.b82494f.
* gnu: guix: Update to a53f711.Ludovic Courtès2021-02-07
| | | | * gnu/packages/package-management.scm (guix): Update to a53f711.
* gnu: gwl: Update to 0.3.0.Ricardo Wurmus2021-02-06
| | | | | | | | * gnu/packages/package-management.scm (gwl): Update to 0.3.0. [arguments]: Disable parallel building; add make-flags to disable auto-compilation; remove "fix-tests" phase. [propagated-inputs]: Move all inputs from here... [inputs]: ...to here; rewrite all Guile packages to use guile-3.0-latest.
* gnu: guix-build-coordinator: Update to 0-16.5c7f53b.Christopher Baines2021-02-06
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-16.5c7f53b.
* gnu: guix: Pass the '--with-channel-commit' configure flag.Ludovic Courtès2021-02-04
| | | | | * gnu/packages/package-management.scm (guix)[arguments]: Add '--with-channel-commit' to #:configure-flags.
* gnu: guix: Update to 1.2.0-12.dffc918.Ricardo Wurmus2021-02-02
| | | | * gnu/packages/package-management.scm (guix): Update to 1.2.0-12.dffc918.
* Merge branch 'master' into stagingLeo Famulari2021-01-25
|\
| * gnu: guix-jupyter: Update to 0.2.1.Ludovic Courtès2021-01-25
| | | | | | | | * gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.1.
| * gnu: guix-jupyter: Update to 0.2.0.Ludovic Courtès2021-01-24
| | | | | | | | | | * gnu/packages/package-management.scm (guix-jupyter): Update to 0.2.0. [source]: Remove 'modules' and 'snippet'.
| * gnu: flatpak: Update to 1.10.1.Efraim Flashner2021-01-24
| | | | | | | | * gnu/packages/package-management.scm (flatpak): Update to 1.10.1.
| * gnu: guix: Add search path spec for 'SSL_CERT_DIR'.Ludovic Courtès2021-01-22
| | | | | | | | | | * gnu/packages/package-management.scm (guix)[native-search-paths]: Add 'SSL_CERT_DIR'.
| * gnu: guix: Update to d4a562b.Ludovic Courtès2021-01-21
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to d4a562b.
| * gnu: guix: Update to 1w6i9z4.Ludovic Courtès2021-01-14
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1w6i9z4.
* | Merge branch 'master' into stagingEfraim Flashner2021-01-10
|\|
| * gnu: guix-build-coordinator: Update to 0-15.b5d998c.Christopher Baines2021-01-09
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-15.b5d998c.
| * gnu: guix: Update to 1.2.0-9.db42ee6.Ricardo Wurmus2021-01-06
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 1.2.0-9.db42ee6.
| * gnu: guix: Set GUIX_EXTENSIONS_PATH.Ricardo Wurmus2021-01-06
| | | | | | | | | | * gnu/packages/package-management.scm (guix)[native-search-paths]: Add specification for GUIX_EXTENSIONS_PATH.
| * gnu: nix: Update to 2.3.10.Tobias Geerinckx-Rice2021-01-03
| | | | | | | | * gnu/packages/package-management.scm (nix): Update to 2.3.10.
| * gnu: guix-build-coordinator: Update to 0-14.5149e4f.Christopher Baines2021-01-03
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-14.5149e4f.
| * gnu: guix-build-coordinator: Update to 0-13.3a921d4.Christopher Baines2021-01-02
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-13.3a921d4. (arguments): Remove nproc directory from the $PATH.
* | Merge branch 'master' into ungraftingMarius Bakke2020-12-29
|\|
| * gnu: rpm: Update to 4.16.1.2.Vincent Legoll2020-12-27
| | | | | | | | | | * gnu/packages/package-management.scm (rpm): Update to 4.16.1.2. (inputs): Add libgcrypt.
| * gnu: guix-build-coordinator: Update to 0-12.c33d3f5.Christopher Baines2020-12-23
| | | | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-12.c33d3f5. [arguments]: Include coreutils in the PATH.
| * gnu: guix: Update to 7624ebb.Ludovic Courtès2020-12-23
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 7624ebb.