| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (AUX_FILES): Add arm config file.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file.
* gnu/packages/linux.scm (%intel-compatible-systems): Rename to
%linux-compatible-systems and add "armhf-linux".
(linux-libre): Adapt consequently.
The config file for arm is taken from debian armmp kernel. It's a generic
firmware for ARMv7 multiplatform compatible SoCs.
|
|
|
|
| |
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
|
|
|
|
| |
* gnu/packages/gnome.scm (libwnck): Update to 3.24.1.
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/29212>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.
* gnu/system.scm (operating-system-environment-variables): Remove "TZ".
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (roary): Update to 3.11.0.
[inputs]: Add perl-digest-md5-file.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t
implicitly.
|
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-1.9755b50.
[version]: Use git-version.
[source]: Use git-file-name.
|
|
|
|
|
| |
* gnu/packages/parallel.scm (slurm): Update to 16.05.11.
[source]: Use the recommended download URL.
|
|
|
|
| |
* gnu/packages/package-management.scm (rpm): Update to 4.13.0.2.
|
|
|
|
| |
* gnu/packages/python.scm (python-icalendar): Update to 4.0.0.
|
|
|
|
|
| |
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.40.
[inputs]: Add go-github-com-zillode-notify.
|
|
|
|
| |
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): New variable.
|
|
|
|
|
|
| |
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go):
Update to 0.0.0-1.8ae5f52.
[propagated-inputs]: Add go-github-com-tjfoc-gmsm-sm4.
|
|
|
|
| |
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): New variable.
|
|
|
|
|
|
|
|
|
|
|
| |
Suggested by Julien Lepiller and myglc2
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>.
* gnu.scm (%try-use-modules): New procedure.
(package-module-hint, service-module-hint): New procedures.
(try-use-modules): New macro.
(use-package-modules, use-service-modules, use-system-modules): Use it.
* tests/guix-system.sh: Test it.
|
|
|
|
|
| |
* gnu/services.scm (lookup-service-types): New procedure.
* tests/services.scm ("lookup-service-types"): New test.
|
|
|
|
|
| |
* gnu/services.scm (all-service-modules): New procedure.
(fold-service-types): Use it for the default MODULES value.
|
|
|
|
| |
* gnu/services.scm (fold-service-types): Use SEED instead of '().
|
|
|
|
|
|
| |
* guix/utils.scm (&error-location, &fix-hint): New condition types.
* guix/ui.scm (report-load-error): Handle them.
(call-with-error-handling): Honor '&error-location'.
|
|
|
|
|
|
| |
* guix/ui.scm (G_, N_, _P, %gettext-domain, %package-text-domain): Move
to...
* guix/i18n.scm: ... here. New file.
|
|
|
|
| |
* gnu/services/base.scm (guix-activation): Update comment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I dediced to keep adding /tmp as tmpfs since I was not able to trigger bug
while still using unionfs, so I could not verify whether this mount is still
needed with overlayfs. Mapping /tmp to tmpfs does not harm, so we are on the
save side.
* gnu/system/install.scm (make-cow-store): Mount /gnu/store without additional
read-only bind-mount, since in overlayfs the "lower" level is always
read-only. Add work-dir required by overlayfs. No need to sleep anymore
since now using the mount syscall. [unionfs]: Remove now unused function.
(%installation-services): Update comment.
(installation-os)[file-systems]: Update comment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overlayfs is part of the kernel, while unionfs needs FUSE. This also reduces
the size of the initrd by ca. 4.3% (487K).
* gnu/build/linux-boot.scm (mount-root-file-system): Remove optional parameter
"unionfs"; mount using overlayfs instead of unionfs; new directory layout
requied by overlayfs; update documentation.
[mark-as-not-killable]: Remove now unused function
* gnu/system/linux-initrd.scm (file-system-packages): Remove now unused
packages "unionfs-fuse/static" and thus unused related 'if'.
(linux-modules): Replace "fuse" by "overlay".
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (miso)[source]: Use pypi-uri.
|
|
|
|
| |
* gnu/packages/cran.scm (r-vcd): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-laeken): New variable.
|
|
|
|
|
| |
* doc/contributing.texi (Submitting Patches): Remind contributors to verify
cryptographic signatures at the very beginning.
|
|
|
|
|
|
|
| |
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace texlive with
texlive-tiny.
[arguments]: Fix indentation; set HOME in "make-pdf" phase to avoid font
errors with texlive-tiny.
|
|
|
|
|
| |
* gnu/packages/engineering.scm (librecad)[arguments]: Add phase
"patch-boost-error".
|
|
|
|
| |
* gnu/packages/cran.scm (r-performanceanalytics): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-xts): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
| |
All software in Guix is Free Software.
* gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string.
* gnu/packages/firmware.scm (seabios)[description]: Likewise.
* gnu/packages/libupnp.scm (libupnp)[description]: Likewise.
* gnu/packages/maths.scm (cubicle)[description]: Likewise.
* gnu/packages/mingw.scm (mingw-w64)[description]: Likewise.
* gnu/packages/game-development.scm (openmw)[description]: Likewise.
[synopsis]: Remove "Free software".
|
|
|
|
|
| |
* gnu/packages/engineering.scm (pcb): Update to 4.0.2.
[arguments]: Add build phase "fix-check-for-display".
|
|
|
|
| |
* gnu/packages/time.scm (time)[license]: Change to gpl3+.
|
|
|
|
|
| |
* gnu/packages/time.scm (time): Update to 1.8.
[arguments]: Remove custom 'configure phase.
|
|
|
|
| |
* gnu/packages/file-systems.scm (glusterfs): New variable.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-prabclus)[description]: Fix grammar errors.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-fdrtool)[description]: Use "@dfn" syntax.
|
|
|
|
| |
* gnu/packages/cran.scm (r-bbmle): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rsofia): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-hitc): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-fithic): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-sushi): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-vioplot): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-sm): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-gwascat): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-gviz): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-gqtlstats): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-hardyweinberg): New variable.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mice): New variable.
|