summaryrefslogtreecommitdiff
path: root/gnu/packages/package-management.scm
Commit message (Collapse)AuthorAge
* gnu: guix: Update to 1.1.0.Ludovic Courtès2020-04-15
|
* gnu: guix: Update to 9d0d27f.Ludovic Courtès2020-04-12
|
* gnu: guix: Update to 1.1.0rc2.Ludovic Courtès2020-04-12
|
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.Marius Bakke2020-04-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL. * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise. * gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]: Likewise. * gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise. * gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise. * gnu/packages/image.scm (gpick)[native-inputs]: Likewise. * gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise. * gnu/packages/music.scm (fmit)[native-inputs]: Likewise. * gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise. * gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise. * gnu/packages/photo.scm (hugin)[native-inputs]: Likewise. * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise. * gnu/packages/telephony.scm (jami)[native-inputs]: Likewise. * gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise. * gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
* gnu: Remove more packages deprecated for over almost a year.Tobias Geerinckx-Rice2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote.
* gnu: libostree: Update to 2020.3.Tobias Geerinckx-Rice2020-03-29
| | | | * gnu/packages/package-management.scm (libostree): Update to 2020.3.
* gnu: guix: Install SysV init files to $(prefix)/etc.Ludovic Courtès2020-03-20
| | | | | | | | | | Fixes <https://bugs.gnu.org/40153>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. This is a followup to 73fbe04107d38f4561636c74d28d7a4935cbb1ef. * gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap' phase, change "sysvinitservicedir" in 'nix/local.mk'.
* gnu: guix: Update to 0984481.Ludovic Courtès2020-03-10
| | | | * gnu/packages/package-management.scm (guix): Update to 0984481.
* gnu: libostree: Update to 2020.2.Tobias Geerinckx-Rice2020-03-09
| | | | * gnu/packages/package-management.scm (libostree): Update to 2020.2.
* gnu: gwl: Update to 0.2.1.Ricardo Wurmus2020-03-01
| | | | | * gnu/packages/package-management.scm (gwl): Update to 0.2.1. [arguments]: Add phase "fix-tests".
* gnu: guix: Update to c2f9ea2.Ludovic Courtès2020-02-28
| | | | * gnu/packages/package-management.scm (guix): Update to c2f9ea2.
* gnu: libostree: Update to 2020.1.Tobias Geerinckx-Rice2020-02-23
| | | | * gnu/packages/package-management.scm (libostree): Update to 2020.1.
* gnu: gwl: Build with Guile 3.Ricardo Wurmus2020-02-19
| | | | | | | * gnu/packages/package-management.scm (gwl)[inputs]: Replace guile-2.2 with guile-3.0. [propagated-inputs]: Replace guix, guile-commonmark, guile-gcrypt, guile-pfds, guile-syntax-highlight, and guile-wisp with their Guile 3.0 variants.
* gnu: gwl: Update to 0.2.0.Ricardo Wurmus2020-02-16
| | | | | | | | | | * gnu/packages/package-management.scm (gwl): Update to 0.2.0. [source]: Fetch from gnu.org. [native-inputs]: Add texinfo and graphviz. [propagated-inputs]: Add guile-gcrypt, guile-pfds, guile-syntax-highlight, and guile-wisp. [home-page]: Use workflows.guix.info. [description]: Use official project description.
* gnu: guix: Add "guile3.0-guix" variant.Ludovic Courtès2020-01-17
| | | | * gnu/packages/package-management.scm (guile3.0-guix): New variable.
* gnu: guix: Update to 50299ad.Ludovic Courtès2020-01-17
| | | | * gnu/packages/package-management.scm (guix): Update to 50299ad.
* gnu: guix: Update to 4aea90b.Ludovic Courtès2020-01-15
| | | | * gnu/packages/package-management.scm (guix): Update to 4aea90b.
* gnu: guix: Ensure the bootstrap binary tarballs aren't GC'd.Ludovic Courtès2020-01-06
| | | | | | | | | | | Previously, they could be GC'd by 'tests/guix-gc.sh' for instance, and thus lacking by the time 'tests/guix-daemon.sh' runs, thereby leading to a test failure. Reported by Gábor Boskovits. * gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile' phase, change 'intern' to register a GC root.
* gnu: python-anaconda-client: Don't use unstable tarball.Efraim Flashner2020-01-06
| | | | | * gnu/packages/package-management.scm (python-anaconda-client)[source]: Download using git-fetch.
* gnu: python-conda: Don't use unstable tarball.Efraim Flashner2020-01-06
| | | | | | * gnu/packages/package-management.scm (python-conda)[source]: Download using git-fetch. [arguments]: Adjust custom 'remove-failing-tests to make a file writable.
* gnu: guix: Update to f38eabe.Tobias Geerinckx-Rice2020-01-05
| | | | * gnu/packages/package-management.scm (guix): Update to f38eabe.
* gnu: msitools: Update to 0.100.Tobias Geerinckx-Rice2019-11-14
| | | | * gnu/packages/package-management.scm (msitools): Update to 0.100.
* gnu: guix: Update to 41b4b71.Ludovic Courtès2019-11-05
| | | | * gnu/packages/package-management.scm (guix): Update to 41b4b71.
* gnu: guix: Update to f63e493.Ludovic Courtès2019-10-16
| | | | * gnu/packages/package-management.scm (guix): Update to f63e493.
* gnu: guix: Update to 88da011.Ludovic Courtès2019-10-15
| | | | * gnu/packages/package-management.scm (guix): Update to 88da011.
* gnu: guix: Fix source checksum.Marius Bakke2019-10-10
| | | | | | This is a follow-up to commit 6c50e1dc0625f89884cff40b22627091efa37708. * gnu/packages/package-management.scm (guix)[source](sha256): Update hash.
* gnu: guix: Update to fc1fe72.Ludovic Courtès2019-10-10
| | | | * gnu/packages/package-management.scm (guix): Update to fc1fe72.
* gnu: guix: Intern bootstrap executables before running tests.Ludovic Courtès2019-10-10
| | | | | | | | This is a followup to 1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d. * gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile', copy the bootstrap executables. [inputs]: Add "bootstrap/{bash,mkdir,tar,xz}".
* gnu: guix-jupyter: Avoid 'specification->package'.Ludovic Courtès2019-10-10
| | | | | * gnu/packages/package-management.scm (guix-jupyter)[native-inputs]: Avoid 'specification->package'.
* gnu: Add Guix-Jupyter.Ludovic Courtès2019-10-10
| | | | * gnu/packages/package-management.scm (guix-jupyter): New variable.
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\
| * gnu: flatpak: Update to 1.4.3.Rutger Helling2019-09-23
| | | | | | | | * gnu/packages/package-management.scm (flatpak): Update to 1.4.3.
| * gnu: Move diffoscope and trydiffoscope to new diffoscope.scm.Vagrant Cascadian2019-09-18
| | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management (diffoscope): Remove variable. (trydiffoscope): Remove variable. Update copyright information. * gnu/packages/diffoscope.scm: New file. (diffoscope): Add variable. (trydiffoscope): Add variable. * gnu/local.mk [GNU_SYSTEM_MODULES]: Add diffoscope.scm.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: guix: Update to 1h2qlbb.Ludovic Courtès2019-09-17
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/37426>. Reported by Mikhail Kryshen <mikhail@kryshen.net>. * gnu/packages/package-management.scm (guix): Update to 1h2qlbb.
| * gnu: diffoscope: Add zip and unzip for test suite.Vagrant Cascadian2019-09-08
| | | | | | | | * gnu/packages/package-management (diffoscope)[native-inputs]: Add zip, unzip.
| * gnu: Add pgpdump.Vagrant Cascadian2019-09-08
| | | | | | | | | | * gnu/packages/gnupg (pgpdump): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add pgpdump.
| * gnu: guix: Update to cc98b00.Ludovic Courtès2019-09-08
| | | | | | | | | | | | * gnu/packages/package-management.scm (guix): Update to cc98b00. (guix-daemon)[arguments]: Remove 'install' phase; add 'change-default-guix' phase.
| * gnu: Add odt2txt.Vagrant Cascadian2019-09-08
| | | | | | | | | | | | * gnu/packages/textutils (odt2txt): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add odt2txt. [use-modules]: Remove accidentally added libreoffice package module.
| * gnu: Add sng.Vagrant Cascadian2019-09-07
| | | | | | | | | | * gnu/packages/images (sng): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add sng.
| * gnu: diffoscope: Enable even more tests.Vagrant Cascadian2019-09-07
| | | | | | | | | | | | * gnu/packages/package-management (diffoscope)[native-inputs]: Add additional dependencies for tests. [use-module]: Add corresponding package modules.
| * gnu: diffoscope: Enable additional tests.Vagrant Cascadian2019-09-07
| | | | | | | | | | * gnu/packages/package-management (diffoscope) [native-inputs]: Add additional packages used for tests.
| * gnu: diffoscope: Update to 123.Vagrant Cascadian2019-09-07
| | | | | | | | | | | | * gnu/packages/package-management (diffoscope): Update to 123. [arguments]: Update phase writable-test-data to include tests directory. Add phase remove-ocaml-test.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: libostree: Update to 2019.3.Tobias Geerinckx-Rice2019-09-02
| | | | | | | | * gnu/packages/package-management.scm (libostree): Update to 2019.3.
| * gnu: diffoscope: Update to 122.Vagrant Cascadian2019-08-30
| | | | | | | | * gnu/packages/package-management (diffoscope): Update to 122.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: stow: Update to 2.3.1.Efraim Flashner2019-08-29
| | | | | | | | | | | | * gnu/packages/package-management.scm (stow): Update to 2.3.1. [inputs]: Remove perl-clone, perl-clone-choose, perl-hash-merge. [arguments]: Remove custom 'wrap-stow phase.
| * gnu: Update diffoscope to 121.Vagrant Cascadian2019-08-25
| | | | | | | | | | | | * gnu/packages/package-management (diffoscope): Update to 121. [version] Only define version once. [arguments] Add writeable-test-data phase.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|