Age | Commit message (Expand) | Author |
2020-04-27 | gnu: Add texlive-inconsolata....* gnu/packages/tex.scm (texlive-inconsolata): New variable.
| Ricardo Wurmus |
2020-04-27 | gnu: Add r-bsgenome-hsapiens-ucsc-hg38....* gnu/packages/bioconductor.scm (r-bsgenome-hsapiens-ucsc-hg38): New variable.
| Roel Janssen |
2020-04-27 | gnu: Add r-karyoploter....* gnu/packages/bioconductor.scm (r-karyoploter): New variable.
| Roel Janssen |
2020-04-27 | gnu: Add r-bezier....* gnu/packages/cran.scm (r-bezier): New variable.
| Roel Janssen |
2020-04-27 | gnu: Add r-ideoviz....* gnu/packages/bioconductor.scm (r-ideoviz): New variable.
| Roel Janssen |
2020-04-27 | gnu: Add r-ecp....* gnu/packages/cran.scm (r-ecp): New variable.
| Roel Janssen |
2020-04-27 | gnu: Add r-reordercluster....* gnu/packages/cran.scm (r-reordercluster): New variable.
| Roel Janssen |
2020-04-27 | gnu: liblinphone: Move documentation and tester to separate outputs....* 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.
| Maxim Cournoyer |
2020-04-27 | gnu: liblinphone: Fix the input type of some dependencies....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.
| Maxim Cournoyer |
2020-04-27 | gnu: liblinphone: Remove hicolor-icon-theme and murrine inputs....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.
| Maxim Cournoyer |
2020-04-26 | gnu: Add loadable module to wireguard-linux-compat....* 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>
| Brice Waegeneire |
2020-04-26 | channels: Use a declarative profile....* guix/channels.scm (package-cache-file): Use 'profile' instead of
'profile-derivation'.
| Ludovic Courtès |
2020-04-26 | services: system: Initial entries are non-monadic....* 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.
| Ludovic Courtès |
2020-04-26 | pack: Use a declarative profile....* guix/scripts/pack.scm (guix-pack): Use a declarative profile instead
of 'profile-derivation'.
| Ludovic Courtès |
2020-04-26 | services: profile: Use a declarative profile....* gnu/services.scm (packages->profile-entry): Use 'profile' instead of
'profile-derivation'.
| Ludovic Courtès |
2020-04-26 | system: 'operating-system-directory-base-entries' uses 'profile'....* gnu/system.scm (operating-system-directory-base-entries): Use a
declarative profile instead of 'profile-derivation'.
| Ludovic Courtès |
2020-04-26 | profiles: Add lowerable <profile> record type....* guix/profiles.scm (<profile>): New record type.
* tests/profiles.scm ("<profile>"): New test.
| Ludovic Courtès |
2020-04-26 | gnu: r-snplocs-hsapiens-dbsnp144-grch37: Fix description....* gnu/packages/bioconductor.scm: Use two spaces after ending a sentence.
| Roel Janssen |
2020-04-26 | gnu: Add r-snplocs-hsapiens-dbsnp144-grch37....* gnu/packages/bioconductor.scm (r-snplocs-hsapiens-dbsnp144-grch37): New
variable.
| Roel Janssen |
2020-04-26 | gnu: Add hackneyed-x11-cursors....* gnu/packages/xorg.scm (hackneyed-x11-cursors): New variable.
| Maxim Cournoyer |
2020-04-26 | gnu: Add r-motifbreakr....* gnu/packages/bioconductor.scm (r-motifbreakr): New variable.
| Roel Janssen |
2020-04-26 | gnu: Add r-motifdb....* gnu/packages/bioconductor.scm (r-motifdb): New variable.
| Roel Janssen |
2020-04-26 | gnu: Add r-pasilla....* gnu/packages/bioconductor.scm (r-pasilla): New variable.
| Roel Janssen |
2020-04-26 | gnu: guile3.0-chickadee: Rename to guile3.0-chickadee....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.
| Christopher Baines |
2020-04-26 | reconfigure: Don't call build-derivations for upgrade-services test...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.
| Christopher Baines |
2020-04-26 | substitute: Close port at the end of http-multiple-get....* guix/scripts/substitute.scm (http-multiple-get): Add close-port call.
| Christopher Baines |
2020-04-26 | substitute: Make http-multiple-get batch size configurable....* guix/scripts/substitute.scm (http-multiple-get): Add batch-size parameter.
| Christopher Baines |
2020-04-26 | substitute: Use the same port for multiple request batches....In http-multiple-get.
* guix/scripts/substitute.scm (http-multiple-get): Switch port to p in one
occurrence.
| Christopher Baines |
2020-04-26 | gnu: Add tarsplitter....* gnu/packages/compression.scm (tarsplitter): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Lars-Dominik Braun |
2020-04-26 | gnu: Add rav1e....* 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>
| Leo Famulari |
2020-04-26 | gnu: python-scanpy: Update to 1.4.6....* gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.4.6.
[arguments]: Add another network based test to skip.
[propagated-inputs]: Add python-tqdm.
| Efraim Flashner |
2020-04-26 | gnu: python-publicsuffix2: Adjust for Guile 3.0....* gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: nim: Adjust for Guile 3.0....* gnu/packages/nim.scm (nim)[arguments]: Provide explicit destination in calls
to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: tpacpi-bat: Adjust for Guile 3.0....* gnu/packages/linux.scm (tpacpi-bat)[arguments]: Provide explicit destination
in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: nmoldyn: Adjust for Guile 3.0....* gnu/packages/chemistry.scm (nmoldyn)[arguments]: Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: calcurse: Adjust for Guile 3.0....* gnu/packages/calcurse.scm (calcurse)[arguments]: Provide explicit
destination in calls to FORMAT.
| Marius Bakke |
2020-04-26 | gnu: thinkfan: Adjust for Guile 3.0....* gnu/packages/linux.scm (thinkfan)[arguments]: Provide explicit destination
in calls to FORMAT (destination is no longer optional with Guile 3).
| Marius Bakke |
2020-04-26 | gnu: Add sylpheed....* gnu/packages/mail.scm (sylpheed): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Eric Brown |
2020-04-26 | gnu: Add xarchiver....* gnu/packages/compression (xarchiver): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Raghav Gururajan |
2020-04-26 | gnu: Add python-osc....* gnu/packages/python-xyz.scm (python-osc): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Giacomo Leidi |
2020-04-26 | gnu: hugin: Update to 2019.2.0....* gnu/packages/photo.scm (hugin): Update to 2019.2.0.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Evan Straw |
2020-04-26 | gnu: maradns: Fix cross compilation....* gnu/packages/dns.scm (maradns)[arguments]: Build make_32bit_tables for the
host.
| Arun Isaac |
2020-04-26 | vm: Remove unused import....* gnu/system/vm.scm: Do not import (gnu packages make-bootstrap).
| Marius Bakke |
2020-04-26 | gnu: perl-glib: Update to 1.3292....* gnu/packages/glib.scm (perl-glib): Update to 1.3292.
| Efraim Flashner |
2020-04-25 | gnu: svt-av1: Update to 0.8.2....* gnu/packages/video.scm (svt-av1): Update to 0.8.2.
| Leo Famulari |
2020-04-25 | gnu: arm-trusted-firmware: Update to 2.3....* 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.
| Vagrant Cascadian |
2020-04-26 | gnu: Add sbcl-stumpwm-globalwindows....* gnu/packages/wm.scm (sbcl-stumpwm-globalwindows): New variable.
| Oleg Pykhalov |
2020-04-25 | doc: guix: Fix some markup....* 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.
| Nicolas Goaziou |
2020-04-25 | doc: cookbook: Fix quotes....* doc/guix-cookbook.texi (Basic setup with manifests):
(Default profile):
(The benefits of manifests): Use proper quotes in regular texts.
| Nicolas Goaziou |
2020-04-25 | gnu: pavucontrol: Fix icons....* 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.
| Raghav Gururajan |