guix/gnu
Ludovic Courtès e1f02f92e9
Replace (compose not PROC) with simpler idioms.
* gnu/packages/bioinformatics.scm (python-pysam)[arguments] <check>:
Use (negate proc) instead of (compose not proc).
* guix/import/cran.scm (recursive-import): Likewise.
* guix/import/elpa.scm (filter-dependencies): Use 'remove' instead of
'(filter (compose not proc) ...)'.
2017-03-28 22:15:44 +02:00
..
build pack: Add '--symlink'. 2017-03-14 17:57:27 +01:00
packages Replace (compose not PROC) with simpler idioms. 2017-03-28 22:15:44 +02:00
services services: Add inetd-service-type. 2017-03-24 17:45:56 +01:00
system system: grub: Don't attempt to load non-EFI modules on EFI. 2017-03-25 22:50:24 +01:00
tests services: Add inetd-service-type. 2017-03-24 17:45:56 +01:00
artwork.scm
local.mk gnu: Add ceph. 2017-03-28 16:35:37 +02:00
packages.scm packages: Use PACKAGE@VERSION syntax when reporting ambiguities. 2017-03-08 23:42:53 +01:00
services.scm services: Create /var/log upon activation. 2017-03-10 14:48:06 +01:00
system.scm system: Avoid '_' as a pattern variable in 'match'. 2017-03-10 14:48:06 +01:00
tests.scm