diff options
author | Manolis Ragkousis <manolis837@gmail.com> | 2016-04-27 23:33:56 +0300 |
---|---|---|
committer | Manolis Ragkousis <manolis837@gmail.com> | 2016-05-04 17:18:57 +0300 |
commit | d46123aade7bc5226004eb46ee1084dc84f2b30a (patch) | |
tree | 890ba4958d75e10ec3a7aa8ff71b2fecc7026063 /gnu/local.mk | |
parent | b5e0c870cb2c4a6864455308c74684fd024f101f (diff) | |
download | guix-d46123aade7bc5226004eb46ee1084dc84f2b30a.tar.gz guix-d46123aade7bc5226004eb46ee1084dc84f2b30a.zip |
gnu: procps: Make procps build on non Linux systems.
* gnu/packages/patches/procps-non-linux.patch.patch: New patch.
* gnu/packages/linux.scm (procps)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index da377fdbb3..d223d39bcd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -683,6 +683,7 @@ dist_patch_DATA = \ gnu/packages/patches/poppler-CVE-2015-8868.patch \ gnu/packages/patches/portaudio-audacity-compat.patch \ gnu/packages/patches/procmail-ambiguous-getline-debian.patch \ + gnu/packages/patches/procps-non-linux.patch \ gnu/packages/patches/pt-scotch-build-parallelism.patch \ gnu/packages/patches/pulseaudio-fix-mult-test.patch \ gnu/packages/patches/pulseaudio-longer-test-timeout.patch \ |