diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-09-16 21:17:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-16 16:06:49 +0800 |
commit | 0cc2284819468701dec93559bda7ef9939edaf19 (patch) | |
tree | 85813a3726bf19997b6e20195ee9779bce84773a /gnu/packages/patches | |
parent | b85d0984105ccbc4842e57788be769deb23bbc1a (diff) | |
download | guix-0cc2284819468701dec93559bda7ef9939edaf19.tar guix-0cc2284819468701dec93559bda7ef9939edaf19.tar.gz |
gnu: procps: Update to 3.3.11.
procps-ng is the new upstream.
* gnu/packages/procps.scm (procps): Update to 3.3.11.
[source]: Adjust formatting. Remove patches.
[home-page]: Update URL.
* gnu/packages/patches/procps-make-3.82.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/procps-make-3.82.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/procps-make-3.82.patch b/gnu/packages/patches/procps-make-3.82.patch deleted file mode 100644 index 7bf53e2ccc..0000000000 --- a/gnu/packages/patches/procps-make-3.82.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix compilation with GNU Make 3.82 (patch from Nixpkgs). - -diff --git a/Makefile b/Makefile -index 09fb3ed..59eba16 100644 ---- a/Makefile -+++ b/Makefile -@@ -174,7 +174,7 @@ INSTALL := $(BINFILES) $(MANFILES) - # want this rule first, use := on ALL, and ALL not filled in yet - all: do_all - ---include */module.mk -+-include proc/module.mk ps/module.mk - - do_all: $(ALL) |