| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.3.
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz: (gnome-shell-extension-noannoyance): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
| |
* gnu/packages/gnome-xyz.scm: (gnome-shell-extension-dash-to-dock):
New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
|
|
| |
* /gnu/packages/gnome-xyz.scm: New file.
(delft-icon-theme): New variable.
* /gnu/local.mk: Add it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (rofi-pass): New public variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
|
| |
* guix/scripts/package.scm (process-actions): Get a per-profile lock to
prevent concurrent actions on profiles.
* tests/guix-package.sh: Add test.
|
|
|
|
|
| |
* guix/build/syscalls.scm (with-file-lock/no-wait): New procedure.
(lock-file): Take a #:wait? key.
|
|
|
|
|
|
|
| |
* gnu/services/audio.scm (mpd-shepherd-service): Set the XDG_RUNTIME_DIR
environment variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
|
|
| |
* etc/news.scm: Add new 'de' translation.
|
|
|
|
| |
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.40.1.
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx-configtool)[source]: Hard-code NAME.
|
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.7.
[inputs]: Add json-c.
|
|
|
|
| |
* gnu/packages/fcitx.scm (fcitx)[source]: Hard-code NAME.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-hmisc): Update to 4.3-0.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-plotly): Update to 4.9.1.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-142.
|
|
|
|
| |
* gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
|
|
|
|
| |
* gnu/packages/cran.scm (r-abcrf): Update to 1.8.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-sp): Update to 1.3-2.
|
|
|
|
| |
* gnu/packages/gnome.scm (goffice): Update to 0.10.46.
|
|
|
|
| |
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.46.
|
|
|
|
| |
* gnu/packages/wm.scm (polybar): Update to 3.4.1.
|
|
|
|
| |
* gnu/packages/qt.scm (qt): Remove wrong quote.
|
|
|
|
| |
* gnu/packages/ssh.scm (libssh): Update to 0.9.2.
|
|
|
|
|
| |
* gnu/packages/cups.scm (hplip)[arguments]: Reduce indentation.
Replace ‘wrap-binaries’ phase with a custom implementation.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.10.
[arguments]: Remove field.
|
|
|
|
| |
* gnu/packages/video.scm (libdvdread): Update to 6.0.2.
|
|
|
|
| |
* gnu/packages/video.scm (libdvdnav): Update to 6.0.1.
|
|
|
|
| |
* gnu/packages/video.scm (libdvdnav)[source]: Hard-code NAME.
|
|
|
|
| |
* gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
|
|
|
|
|
|
|
| |
Emphasize that what the '--source' build option downloads is
insufficient for reproducing the packages.
* doc/guix.texi (Additional Build Options): Explain more.
|
|
|
|
|
|
|
|
| |
* gnu/services/web.scm (<nginx-configuration>): Add modules field.
(nginx-configuration-modules): New field accessor.
(emit-load-module): New procedure.
(default-nginx-config): Add support for the modules field.
* doc/guix.texi (NGINX): Document it.
|
|
|
|
| |
* gnu/packages/web.scm (nginx-accept-language-module): New public variable.
|
|
|
|
| |
* etc/news.scm: Add entry for "guix graph --with-input".
|
|
|
|
|
|
|
|
| |
* guix/scripts/graph.scm (%options): Append %TRANSFORMATION-OPTIONS.
(show-help): Call 'show-transformation-options-help'.
(guix-graph): Call 'options->transformation' and use it.
* tests/guix-graph.sh: Add test.
* doc/guix.texi (Invoking guix graph): Document it.
|
|
|
|
|
|
|
|
|
|
|
| |
When running:
guix build --target=arm-linux-gnueabihf gdb -nd
this reduces the number of hits in the 'add-data-to-store' cache from
205 (25%) to 163 (21%).
* gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/38093>.
When running:
guix build --target=arm-linux-gnueabihf -e '(@ (gnu packages base) coreutils)'
the '%current-target-system' parameter is set by the time the top-level
of (gnu packages commencement) is evaluated. Consequently, we need to
ensure that the 'pkg-config' macro evaluates in a context where
'%current-target-system' is unset.
* gnu/packages/commencement.scm (gnu-make-final): Refer to '%pkg-config'
instead of 'pkg-config'.
* tests/guix-build.sh: Add test.
|
|
|
|
|
|
|
|
|
|
| |
The hit rate of the 'add-data-to-store' cache goes from 10% to 4% on:
guix build -e '(@@ (gnu packages libreoffice) libreoffice)' -nd
* guix/derivations.scm (%module-cache): Turn into a regular hash table.
It didn't make sense to use a weak-value hash table given that values
are pairs.
|
|
|
|
|
|
| |
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191106.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Remove
'#:tests? #f'. Add 'check' phase after 'install'.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): Update to 1.9.0.
[source]: Remove patches.
[native-inputs]: New field.
[inputs]: Add python and ruby for script shebangs. Remove unused mit-krb5.
[arguments]: In #:configure-flags use new "--with-systemwide" flag, fix typo
in "--disable-native-macro", and pass "--enable-simd=..." based on system.
Rename local "homedir" variable to "datadir" for clarity. Return #t from
'chdir-src phase. Create extension-less symlinks for many scripts in 'install
phase.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (epiphany)[arguments]: Add phase to skip
creating gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (eolie)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (eog)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (totem)[arguments]: Add phase to skip creating
the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (devhelp)[arguments]: Add phase to skip
creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-disk-utility)[arguments]: Add phase to
skip creating the gtk icon cache.
[native-inputs]: Remove gtk+:bin.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.9.
(linux-libre-5.3-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82.
(linux-libre-4.19-pristine-source): Update hash.
|