Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name
field.
|
|
* gnu/packages/music.scm (yoshimi): Update to 1.7.3.
|
|
* gnu/packages/networking.scm (blueman): Update to 2.1.4.
|
|
* gnu/packages/music.scm (qtractor): Update to 0.9.18.
|
|
* gnu/packages/music.scm (padthv1): Update to 0.9.18.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.9.18.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.9.18.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.9.18.
|
|
* gnu/packages/mpd.scm (ncmpc): Update to 0.42.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.22.2.
|
|
* gnu/packages/networking.scm (batctl): Update to 2020.4.
|
|
rdoc fails to install the documentation, so disable rdoc for now, as I'm
unsure how to fix this.
* gnu/packages/ruby.scm (ruby-libxml)[arguments]: Add --no-document
to #:gem-flags.
|
|
* gnu/packages/finance.scm (hledger): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-cassava): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-wizards): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-uglymemo): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-tabular): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-text-short): New variable.
|
|
* gnu/packages/haskell-xyz.scm (ghc-only): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.3.
[inputs,native-inputs]: Replace with what is generated by guix import.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-decimal): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-csv): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-control-monad-free): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/version-control.scm (git): Update to 2.29.2.
|
|
* gnu/packages/tmux.scm (tmux): Update to 3.1c.
|
|
* gnu/packages/video.scm (youtube-dl)[source]: Make hash less wrong.
|
|
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-3cb2736bb74c.
|
|
* gnu/packages/web.scm (nginx): Update to 1.19.4.
|
|
* gnu/packages/audio.scm (snd): Update to 20.8.
|
|
* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.01.1.
|
|
* gnu/packages/admin.scm (facter): Update to 4.0.44.
|
|
* gnu/packages/backup.scm (wimlib): Update to 1.13.3.
|
|
* gnu/packages/education.scm (mdk): Update to 1.3.0.
[home-page]: Update.
|
|
* gnu/packages/python-xyz.scm (python-dateparser)[inputs]: Remove field.
[native-inputs]: Add tzdata-for-tests.
|
|
* gnu/packages/python-web.scm (httpie): Update to 2.3.0.
[propagated-inputs]: Add python-requests-toolbelt.
[home-page]: Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/web.scm (esbuild): Update to 0.8.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://bugs.gnu.org/44261>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.
* gnu/packages/aux-files/run-in-namespace.c (exec_in_user_namespace):
Add call to 'prctl'. Call 'mount' for NEW_ROOT and define 'is_tmpfs'.
When IS_TMPFS is true, call 'umount' and 'rmdir' after 'waitpid';
otherwise, call 'rm_rf' only when 'waitpid' returns -1 the second time.
(exec_with_loader): Call 'prctl'. Remove NEW_ROOT only when 'waitpid'
returns -1 the second time, otherwise leave it behind.
* tests/guix-pack-relocatable.sh (wait_for_file): New function.
Add test.
|
|
* gnu/packages/ssh.scm (python-asyncssh): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/package-management.scm (xstow): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/fonts.scm (font-openmoji): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/patches/sbcl-geco-fix-organism-class.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-geco)[source]: Use it.
|
|
As reported in #43296, gnome-builder tries to be linked against the static
version of libselinux (propagated through glib/gio), failing to do so, as it
also wants to be a PIE. To keep the PIE, link it against the dynamic library.
Fixes <https://bugs.gnu.org/43296>.
* gnu/packages/gnome.scm (gnome-builder)[arguments]: Add 'fix-ninja' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-25.
|
|
* gnu/packages/statistics.scm (r-quantreg): Update to 5.75.
|
|
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-4.
|