Age | Commit message (Expand) | Author |
2020-03-22 | gnu: i3-gaps: Update to 4.18....* gnu/packages/wm.scm (i3-gaps): Update to 1.18.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Alexandru-Sergiu Marton |
2020-03-22 | gnu: Remove qemu-minimal-2.10....* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): New variable.
(american-fuzzy-lop)[inputs]: Remove custom-qemu and add
qemu-for-american-fuzzy-lop.
[arguments]: Adjust reference to QEMU in the 'install-qemu' phase.
| Leo Famulari |
2020-03-22 | gnu: Prefix licenses in (gnu packages debug)....* gnu/packages/debug.scm: Add a license prefix.
| Leo Famulari |
2020-03-22 | gnu: electron-cash: Update to 4.0.13....This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
[inputs]: Add libevent, openssl, python-cython, python-hidapi,
python-keepkey, python-stem, python-trezor, qtsvg and zlib.
[arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
show SVG icons correctly.
| Guillaume Le Vaillant |
2020-03-22 | gnu: gnome-shell-extension-paperwm: Update to 36.0....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 36.0.
| Alex Griffin |
2020-03-22 | gnu: qbittorrent: Fix icons not showing in GUI....* gnu/packages/bittorrent.scm (qbittorrent)[arguments]: Add a wrap-qt phase.
| Guillaume Le Vaillant |
2020-03-22 | gnu: libchop: Build against libtirpc and related tools....* gnu/packages/backup.scm (libchop)[source]: Add 'modules' and 'snippet'.
[arguments]: Add #:configure-flags; add 'set-libtirpc-include-path' phase.
[native-inputs]: Add RPCSVC-PROTO.
[inputs]: Add LIBTIRPC.
| Ludovic Courtès |
2020-03-22 | installer: Do not include the host (guix config)....Previously, "locales.drv" would depend on the host's (guix config).
Thus, the derivation would depend on details of the user's installation.
* gnu/installer.scm (not-config?): New procedure.
(build-compiled-file): Pass it to 'source-module-closure' and use
'make-config.scm'.
| Ludovic Courtès |
2020-03-22 | gnu: Add nextpnr-ice40....* gnu/packages/fpga.scm (nextpnr-ice40): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| pinoaffe@airmail.cc |
2020-03-22 | gnu: icestorm: Update to latest revision....* gnu/packages/fpga.scm (icestorm): Update to latest revision.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| pinoaffe@airmail.cc |
2020-03-22 | gnu: r-dt: Update license field....* gnu/packages/statistics.scm (r-dt)[license]: Add wtfpl2.
| Efraim Flashner |
2020-03-22 | gnu: zzuf: Update license field....* gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2.
| Efraim Flashner |
2020-03-22 | gnu: libcaca: Update license field....* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
| Efraim Flashner |
2020-03-22 | system: Add kernel-loadable-modules to operating-system....* gnu/system.scm (<operating-system>): Add kernel-loadable-modules.
(operating-system-directory-base-entries): Use it.
* doc/guix.texi (operating-system Reference): Document
KERNEL-LOADABLE-MODULES.
* gnu/build/linux-modules.scm (depmod): New procedure.
(make-linux-module-directory): New procedure. Export it.
* guix/profiles.scm (linux-module-database): New procedure. Export it.
* gnu/tests/linux-modules.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]<#:phases>[install]:
Disable depmod. Remove "build" and "source" symlinks.
[native-inputs]: Remove kmod.
| Danny Milosavljevic |
2020-03-22 | tests: install: Abort when one installation step fails....When marionette-eval calls fail in gui-test-program, the installation
continues which results in two scenarios:
- hang forever at the next marionette-eval call,
- keep going and start a broken installation, which is annoying because it
clears the terminal and hides the error.
Make sure that gui-test-program is exited with #f return code when one of the
marionette-eval calls fail.
* gnu/tests/install.scm (gui-test-program): Add a new macro
"marionette-eval*". Throw an exception when one on the marionette-eval calls
fail.
| Mathieu Othacehe |
2020-03-22 | gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816)....* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.3.
[native-inputs]: Remove python-pytest-runner2. Add python-datrie,
python-genshi, python-lxml.
[home-page]: Update to new home-page.
| Efraim Flashner |
2020-03-22 | gnu: Add python-block-tracing....* gnu/packages/python-xyz.scm (python-block-tracing): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add python-privy....* gnu/packages/python-crypto.scm (python-privy): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add python-argon2-cffi....* gnu/packages/python-crypto.scm (python-argon2-cffi): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add python-userspacefs....* gnu/packages/python-xyz.scm (python-userspacefs): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add python-fusepyng....* gnu/packages/python-xyz.scm (python-fusepyng): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add python-keyrings.alt....* gnu/packages/python-crypto.scm (python-keyring.alt): New variable.
| Efraim Flashner |
2020-03-22 | gnu: edirect: Install more programs....* gnu/packages/bioinformatics.scm (edirect)[arguments]: Add
'patch-programs phase to work around not finding binaries in the PATH.
Rewrite 'install phase to install many more scripts. Rewrite
'wrap-program to wrap more scripts with more programs.
[inputs]: Add edirect-go-programs.
[native-search-paths]: New field.
| Efraim Flashner |
2020-03-22 | gnu: Add edirect-go-programs....* gnu/packages/bioinformatics.scm (edirect-go-programs): New variable.
(edirect)[source]: Adjust snippet to not use non-free software.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-surgebase-porter2....* gnu/packages/golang.scm (go-github-com-surgebase-porter2): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-surge-glog....* gnu/packages/golang.scm (go-github-com-surge-glog): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-pbnjay-memory....* gnu/packages/golang.scm (go-github-com-pbnjay-memory): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-klauspost-cpuid....* gnu/packages/golang.scm (go-github-com-klauspost-cpuid): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-gedex-inflector....* gnu/packages/golang.scm (go-github-com-gedex-inflector): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-fogleman-gg....* gnu/packages/golang.scm (go-github-com-fogleman-gg): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-github-com-golang-freetype....* gnu/packages/golang.scm (go-github-com-golang-freetype): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-golang-org-rainycape-unidecode....* gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): New variable.
| Efraim Flashner |
2020-03-22 | gnu: Add go-golang-org-x-image....* gnu/packages/golang.scm (go-golang-org-x-image): New variable.
| Efraim Flashner |
2020-03-22 | services: Add fontconfig-file-system-service....* gnu/services/desktop.scm (%fontconfig-file-system,
fontconfig-file-system-service): New variables.
(%desktop-services): Add fontconfig-file-system-service.
| Efraim Flashner |
2020-03-22 | gnu: cutter: Update to 1.10.1....* gnu/packages/engineering.scm (cutter): Update to 1.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| pinoaffe@airmail.cc |
2020-03-22 | gnu: radare2: Update to 4.2.1....* gnu/packages/engineering.scm (radare2): Update to 4.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| pinoaffe@airmail.cc |
2020-03-22 | gnu: clipmenu: Improve the package definition...* gnu/packages/xdisorg.scm (clipmenu): Add the package's unit-tests to the
check phase. Wrap the program so the PATH contains all dependencies. The
previous approach to patch the script was incomplete and more complex.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Damien Cassou |
2020-03-22 | gnu: clipnotify: Comment on the lack of a test suite....* gnu/packages/xdisorg.scm (clipnotify): Add a comment
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Damien Cassou |
2020-03-22 | gnu: clipmenu: Re-indent....* gnu/packages/xdisorg.scm (clipmenu): Re-indent
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Damien Cassou |
2020-03-21 | gnu: Add dragonfly-reverb...* gnu/packages/music.scm (dragonfly-reverb): New variable.
| Alexandros Theodotou |
2020-03-21 | gnu: linux-libre: Update to 5.4.27....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.27.
(linux-libre-5.4-pristine-source): Update hash.
| Mark H Weaver |
2020-03-21 | gnu: linux-libre@4.19: Update to 4.19.112....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.112.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2020-03-21 | gnu: linux-libre@4.14: Update to 4.14.174....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.174.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2020-03-21 | gnu: linux-libre@4.9: Update to 4.9.217....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.217.
(linux-libre-4.9-pristine-source): Update hash.
| Mark H Weaver |
2020-03-21 | gnu: linux-libre@4.4: Update to 4.4.217....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.217.
(linux-libre-4.4-pristine-source): Update hash.
| Mark H Weaver |
2020-03-21 | gnu: ghc-stylish-haskell: Deprecate older duplicate package....* gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Deprecate it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| John Soo |
2020-03-21 | gnu: stylish-haskell: Update description....* gnu/packages/haskell-apps.scm (stylish-haskell): Update description.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| John Soo |
2020-03-21 | gnu: Add r-oai....* gnu/packages/cran.scm (r-oai): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |
2020-03-21 | gnu: Add r-latex2exp....* gnu/packages/cran.scm (r-latex2exp): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |
2020-03-21 | gnu: Add r-httpcode....* gnu/packages/cran.scm (r-httpcode): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |