summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-26 00:19:03 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-26 08:48:34 +0200
commitd8985dc42165b1f2473f55ac5c2aa8785dc090ee (patch)
tree48a6ac33352d29db574cf6743896ad3959404a9a
parente314d587b88e78f19465a489421224dad66c8925 (diff)
guix: Remove arguments field.
-rw-r--r--guix.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 9aafcfe..70aef9e 100644
--- a/guix.scm
+++ b/guix.scm
@@ -42,7 +42,6 @@ $prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
(version "0.1")
(source "./guile-drmaa-0.1.tar.gz")
(build-system gnu-build-system)
- (arguments `())
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)