summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: spacefm: Fix privilege management and icons.series-3676Raghav Gururajan2020-04-26
| | | | | | | * gnu/packages/lxde.scm (spacefm): Fix privilege management and icons. This commit contains changes that were accidentally left out in commit bf37b49cdd345bcedeb7142f61968d3a6e15e8d8.
* gnu: arm-trusted-firmware: Update to 2.3.base-for-series-3676Vagrant Cascadian2020-04-25
| | | | | | | * gnu/packages/firmware (make-arm-trusted-firmware): Update to 2.3. [source]: Remove hdcp patch. * gnu/packages/patches/arm-trusted-firmware-disable-hdcp.patch: Remove patch. * gnu/local.mk: Update accordingly.
* gnu: Add sbcl-stumpwm-globalwindows.Oleg Pykhalov2020-04-26
| | | | * gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
* doc: guix: Fix some markup.Nicolas Goaziou2020-04-25
| | | | | | | | | | | | | * doc/guix.texi (Build Systems): (Base Services): (X Window): (Printing Services): (Mail Services): (Messaging Services): (LDAP Services): (Virtualization Services): (Version Control Services): Use @samp, @code and double quotes where appropriate.
* doc: cookbook: Fix quotes.Nicolas Goaziou2020-04-25
| | | | | | * doc/guix-cookbook.texi (Basic setup with manifests): (Default profile): (The benefits of manifests): Use proper quotes in regular texts.
* gnu: pavucontrol: Fix icons.Raghav Gururajan2020-04-25
| | | | | | | | | | * gnu/packages/pulseaudio.scm (pavucontrol): Fix icons. [build-system]: Use glib-or-gtk-build-system instead of gnu-build-system. [inputs]: Add adwaita-icon-theme. Re-order inputs. Since the adwaita icon theme is hard-coded in the application, there is no choice for the user anyway. So added adwaita-icon-theme to inputs and changed build-system to glib-or-gtk to fix loading of icons.
* gnu: fontmanager: Update to 0.7.7.Boris A. Dekshteyn2020-04-25
| | | | * gnu/packages/fontutils.scm (fontmanager): Update to 0.7.7.
* gnu: python-webob: Update to 1.8.3Holger Peters2020-04-25
| | | | * gnu/packages/python-web.scm (python-webob): Update to 1.8.3.
* gnu: python-pastedeploy: Update to 2.1.0Holger Peters2020-04-25
| | | | | | * gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.0. [arguments]: Add test-target. [native-inputs]: Replace python-nose with python-pytest and python-pytest-runner.
* gnu: elixir: Update to 1.10.3.Oskar Köök2020-04-25
| | | | * gnu/packages/elixir.scm (elixir): Update to 1.10.3.
* gnu: flowee: Update to 2020.03.2TomZ2020-04-25
| | | | * gnu/packages/finance.scm (flowee): Update to 2020.03.2
* gnu: texlive-latex-pdfx: Fix typo.Matthew Kraai2020-04-25
| | | | | | * gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* news: Add ‘de’ translation.Florian Pelz2020-04-25
| | | | * etc/news.scm: Add a ‘de’ translation.
* gnu: python-reportlib: Update to 3.5.42.Efraim Flashner2020-04-25
| | | | * gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
* gnu: python-reportlib: Add missing libraries.Efraim Flashner2020-04-25
| | | | | | * gnu/packages/pdf.scm (python-reportlib)[arguments]: Add 'use-system-libart' configure flag. Add custom phase to find libraries. [inputs]: Add libart-lgpl, font-curve-files.
* gnu: Add osicat.base-for-series-3675Pierre Neidhardt2020-04-25
| | | | * gnu/packages/lisp-xyz.scm (closicat, sbcl-osicat): New variables.
* gnu: webkitgtk: Update to 2.28.2.Mark H Weaver2020-04-24
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.2.
* gnu: linux-libre@5.6: Update deblob scripts.base-for-series-3666Mark H Weaver2020-04-24
| | | | * gnu/packages/linux.scm (deblob-scripts-5.6): Update to 5.6.7.
* gnu: u-boot: Update to 2020.04.Pierre Langlois2020-04-24
| | | | | | | * gnu/packages/bootloaders (u-boot): Update to 2020.04. [native-inputs]: Replace sdl with sdl2. Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
* gnu: Add maradns.Arun Isaac2020-04-25
| | | | * gnu/packages/dns.scm (maradns): New variable.
* gnu: linux-libre@4.14: Update to 4.14.177.Mark H Weaver2020-04-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.177. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.220.Mark H Weaver2020-04-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.220. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.4: Update to 4.4.220.Mark H Weaver2020-04-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.220. (linux-libre-4.4-pristine-source): Update hash.
* gnu: pdfpc: Upgrade to 4.4.0Jack Hill2020-04-24
| | | | | | * gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-pytest-timeout: Update to 1.3.4.Marius Bakke2020-04-24
| | | | | | * gnu/packages/check.scm (python-pytest-timeout): Update to 1.3.4. [arguments]: Override check phase. [native-inputs]: Add PYTHON-PEXPECT.
* gnu: Add ktsuss.Raghav Gururajan2020-04-24
| | | | | | * gnu/packages/admin.scm (ktsuss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: spacefm: Add dependencies for extra functionality.Raghav Gururajan2020-04-24
| | | | | | | * gnu/packages/lxde.scm (spacefm): Add dependencies for extra functionality. Adding these inputs and making required changes to build-system+arguments; provides icons, privilege-management and disk-management.
* doc: cookbook: Use @file for file names and extensions.base-for-series-3659Nicolas Goaziou2020-04-24
| | | | | | | | | * doc/guix-cookbook.texi (@samp{GUIX_PACKAGE_PATH}): (Extended example): (Setting up a bind mount): (Basic setup with manifests): (Default profile): Use @file instead of @samp or @code for file names and extensions.
* doc: cookbook: Fix misuses of double spacing.Nicolas Goaziou2020-04-24
| | | | | | | | * doc/guix-cookbook.texi (Extended example): (StumpWM): (Basic setup with manifests): Prevent Texinfo from ending a sentence where it should not. (Setting up a bind mount): Add two spaces where needed.
* gnu: guix: Update to 7dd0539.Marius Bakke2020-04-24
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
* doc: Ensure guix-daemon is built before creating guix-daemon.1.Marius Bakke2020-04-24
| | | | | * doc/local.mk ($(srcdir)/%D%/guix-daemon.1): Depend on guix-daemon$(EXEEXT) instead of its source code.
* gnu: biber: Downgrade to 2.11.Ludovic Courtès2020-04-24
| | | | | | | Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11.
* gnu: biber: Address test failures.Ludovic Courtès2020-04-24
| | | | | | * gnu/packages/patches/biber-sortinithash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (biber)[source]: Use it.
* pack: 'guix pack -R' wrapper correctly reports exit code.Ludovic Courtès2020-04-24
| | | | | | | | | | Fixes <https://bugs.gnu.org/40816>. Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>. * gnu/packages/aux-files/run-in-namespace.c (main): In the 'default' case, check 'WIFEXITED (status)' and exit with the corresponding code in that case. Exit with 255 in other cases. * tests/guix-pack-relocatable.sh: Add test.
* gnu: llvm: Add 10.0.0.Ludovic Courtès2020-04-24
| | | | | | | | | | * gnu/packages/llvm.scm (llvm-10, clang-runtime-10, clang-10) (clang-toolchain-10, llvm-9, clang-runtime-9, clang-9) (clang-toolchain-9): New variables. (llvm, clang, clang-runtime, clang-toolchain): Redefine as aliases to the '-9' bindings. * gnu/packages/patches/clang-10.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add r-rxnat.base-for-series-3656Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-rxnat): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-rcdd.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-rcdd): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-dcv.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-dcv): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-tea: Fix typo.Ricardo Wurmus2020-04-24
| | | | * gnu/packages/cran.scm (r-tea)[description]: Fix typo.
* gnu: Add r-stam.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-stam): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-grouped.Naga Malleswari2020-04-24
| | | | * gnu/packages/cran.scm (r-grouped): New variable.
* gnu: Add r-sgloptim.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-sgloptim): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-aws.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-aws): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-awsmethods.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-awsmethods): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-tea.Naga Malleswari2020-04-24
| | | | | | * gnu/packages/cran.scm (r-tea): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add texlive-csquotes.base-for-series-3655Ricardo Wurmus2020-04-24
| | | | * gnu/packages/tex.scm (texlive-csquotes): New variable.
* guix package: Export 'search-path-environment-variables'.Marius Bakke2020-04-24
| | | | | | ...because Emacs-Guix uses it. * guix/scripts/package.scm (search-path-environment-variables): Export.
* gnu: datamash: Update to 1.7.Efraim Flashner2020-04-24
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.7.
* gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball.Efraim Flashner2020-04-24
| | | | | * gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download using git-fetch.
* Revert "licenses: Export license record."Mathieu Othacehe2020-04-24
| | | | | | This reverts commit f0779922ff260df2404c90504986aa59553154fb. We do not want to export the license record, see: https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.