summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: spacefm: Fix privilege management.series-3693Raghav Gururajan2020-04-27
| | | | * gnu/packages/lxde.scm (spacefm): Fix privilege management.
* gnu: liblinphone: Move documentation and tester to separate outputs.base-for-series-3693Maxim Cournoyer2020-04-27
| | | | | | | * gnu/packages/linphone.scm (liblinphone)[outputs]: Add a "doc" and "tester" outputs. [phases]: Add a separate-outputs phase. Move the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases after it.
* gnu: liblinphone: Fix the input type of some dependencies.Maxim Cournoyer2020-04-27
| | | | | | | | | | Libraries being linked to such as libxml2, libiconv and zlib should appear as 'inputs' rather than 'native-inputs'. * gnu/packages/linphone.scm (liblinphone)[native-inputs]: Move libiconv, libxml2 and zlib to... [inputs]: ...here. Move eudev, python-pystache and python-six to native-inputs.
* gnu: liblinphone: Remove hicolor-icon-theme and murrine inputs.Maxim Cournoyer2020-04-27
| | | | | | | | Icon themes and theme engines are best left for the users to select and install themselves. * gnu/packages/linphone.scm (liblinphone)[inputs]: Remove hicolor-icon-theme. [propagated-inputs]: Remove murrine.
* gnu: Add loadable module to wireguard-linux-compat.Brice Waegeneire2020-04-26
| | | | | | | | | | | | * gnu/packages/vpn.scm (wireguard-linux-compat)[build-system]: Replace 'gnu-build-system' by 'linux-module-build-system'. [outputs]: Add 'kernel-patch'. [arguments]: Adjust the build system. Add phases 'change-directory' and 'reset-cwd'. Rename phases 'build' to 'build-patch' and 'install' to 'install-patch'. [description]: Mention the loadable module. Signed-off-by: Leo Famulari <leo@famulari.name>
* channels: Use a declarative profile.Ludovic Courtès2020-04-26
| | | | | * guix/channels.scm (package-cache-file): Use 'profile' instead of 'profile-derivation'.
* services: system: Initial entries are non-monadic.Ludovic Courtès2020-04-26
| | | | | | | * gnu/system.scm (operating-system-directory-base-entries): Return a regular, non-monadic value. * gnu/services.scm (system-derivation): Adjust accordingly. * gnu/system/linux-container.scm (container-essential-services): Likewise.
* pack: Use a declarative profile.Ludovic Courtès2020-04-26
| | | | | * guix/scripts/pack.scm (guix-pack): Use a declarative profile instead of 'profile-derivation'.
* services: profile: Use a declarative profile.Ludovic Courtès2020-04-26
| | | | | * gnu/services.scm (packages->profile-entry): Use 'profile' instead of 'profile-derivation'.
* system: 'operating-system-directory-base-entries' uses 'profile'.Ludovic Courtès2020-04-26
| | | | | * gnu/system.scm (operating-system-directory-base-entries): Use a declarative profile instead of 'profile-derivation'.
* profiles: Add lowerable <profile> record type.Ludovic Courtès2020-04-26
| | | | | * guix/profiles.scm (<profile>): New record type. * tests/profiles.scm ("<profile>"): New test.
* gnu: r-snplocs-hsapiens-dbsnp144-grch37: Fix description.Roel Janssen2020-04-26
| | | | * gnu/packages/bioconductor.scm: Use two spaces after ending a sentence.
* gnu: Add r-snplocs-hsapiens-dbsnp144-grch37.Roel Janssen2020-04-26
| | | | | * gnu/packages/bioconductor.scm (r-snplocs-hsapiens-dbsnp144-grch37): New variable.
* gnu: Add hackneyed-x11-cursors.Maxim Cournoyer2020-04-26
| | | | * gnu/packages/xorg.scm (hackneyed-x11-cursors): New variable.
* gnu: Add r-motifbreakr.Roel Janssen2020-04-26
| | | | * gnu/packages/bioconductor.scm (r-motifbreakr): New variable.
* gnu: Add r-motifdb.Roel Janssen2020-04-26
| | | | * gnu/packages/bioconductor.scm (r-motifdb): New variable.
* gnu: Add r-pasilla.Roel Janssen2020-04-26
| | | | * gnu/packages/bioconductor.scm (r-pasilla): New variable.
* gnu: guile3.0-chickadee: Rename to guile3.0-chickadee.Christopher Baines2020-04-26
| | | | | | | This avoids having to packages, both called guile-chickadee. * gnu/packages/game-development.scm (guile3.0-chickadee)[name]: Change from guile-chickadee to guile3.0-chickadee.
* reconfigure: Don't call build-derivations for upgrade-services testChristopher Baines2020-04-26
| | | | | | | | | | This commit adjusts the upgrade-services system test to not build anything when computing the derivation for the system test. I came across this when looking at issues computing the system test derivations to store in the Guix Data Service. * gnu/tests/reconfigure.scm (run-upgrade-services-test): Remove the use of, and definition for ensure-service-file.
* substitute: Close port at the end of http-multiple-get.Christopher Baines2020-04-26
| | | | * guix/scripts/substitute.scm (http-multiple-get): Add close-port call.
* substitute: Make http-multiple-get batch size configurable.Christopher Baines2020-04-26
| | | | * guix/scripts/substitute.scm (http-multiple-get): Add batch-size parameter.
* substitute: Use the same port for multiple request batches.Christopher Baines2020-04-26
| | | | | | | In http-multiple-get. * guix/scripts/substitute.scm (http-multiple-get): Switch port to p in one occurrence.
* gnu: Add tarsplitter.Lars-Dominik Braun2020-04-26
| | | | | | * gnu/packages/compression.scm (tarsplitter): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rav1e.Leo Famulari2020-04-26
| | | | | | | | | * gnu/packages/video.scm (rav1e): New variable. * gnu/packages/rust-apps.scm (rust-cbindgen-0.12, rust-cargo-c): New variables. * gnu/packages/crates-io.scm: Various new packages and upgrades. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-scanpy: Update to 1.4.6.Efraim Flashner2020-04-26
| | | | | | * gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.4.6. [arguments]: Add another network based test to skip. [propagated-inputs]: Add python-tqdm.
* gnu: python-publicsuffix2: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit destination in calls to FORMAT.
* gnu: nim: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls to FORMAT.
* gnu: tpacpi-bat: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination in calls to FORMAT.
* gnu: nmoldyn: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit destination in calls to FORMAT.
* gnu: calcurse: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit destination in calls to FORMAT.
* gnu: thinkfan: Adjust for Guile 3.0.Marius Bakke2020-04-26
| | | | | * gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination in calls to FORMAT (destination is no longer optional with Guile 3).
* gnu: Add sylpheed.Eric Brown2020-04-26
| | | | | | * gnu/packages/mail.scm (sylpheed): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add xarchiver.Raghav Gururajan2020-04-26
| | | | | | * gnu/packages/compression (xarchiver): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add python-osc.Giacomo Leidi2020-04-26
| | | | | | * gnu/packages/python-xyz.scm (python-osc): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: hugin: Update to 2019.2.0.Evan Straw2020-04-26
| | | | | | * gnu/packages/photo.scm (hugin): Update to 2019.2.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: maradns: Fix cross compilation.Arun Isaac2020-04-26
| | | | | * gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the host.
* vm: Remove unused import.Marius Bakke2020-04-26
| | | | * gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
* gnu: perl-glib: Update to 1.3292.Efraim Flashner2020-04-26
| | | | * gnu/packages/glib.scm (perl-glib): Update to 1.3292.
* gnu: svt-av1: Update to 0.8.2.Leo Famulari2020-04-25
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.2.
* 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>