aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rush.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/rush.scm')
-rw-r--r--gnu/packages/rush.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/rush.scm b/gnu/packages/rush.scm
index a7f1ec4440..20f0e5cae7 100644
--- a/gnu/packages/rush.scm
+++ b/gnu/packages/rush.scm
@@ -35,12 +35,9 @@
".tar.gz"))
(sha256
(base32
- "0fh0gbbp0iiq3wbkf503xb40r8ljk42vyj9bnlflbz82d6ipy1rm"))))
+ "0fh0gbbp0iiq3wbkf503xb40r8ljk42vyj9bnlflbz82d6ipy1rm"))
+ (patches (list (search-patch "cpio-gets-undeclared.patch")))))
(build-system gnu-build-system)
- (arguments
- '(#:patches (list (assoc-ref %build-inputs "patch/gets-undeclared"))))
- (inputs `(("patch/gets-undeclared"
- ,(search-patch "cpio-gets-undeclared.patch"))))
(home-page "http://www.gnu.org/software/rush/")
(synopsis "Restricted user (login) shell")
(description