diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/shells.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 3e9d797e2c..38eeaa7831 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015 Jeff Mickey <[email protected]> ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016 Stefan Reichör <[email protected]> -;;; Copyright © 2017 Ricardo Wurmus <[email protected]> +;;; Copyright © 2017, 2018 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017, 2018 Nils Gillmann <[email protected]> ;;; Copyright © 2017, 2018 Leo Famulari <[email protected]> ;;; Copyright © 2017 Arun Isaac <[email protected]> @@ -414,10 +414,7 @@ use of experts and novices alike.") "/rx"))) (delete-file-recursively "rx") (symlink rxpath "rx")) - #t)) - (add-after 'unpack 'autoreconf - (lambda _ - (invoke "autoreconf")))))) + #t))))) (inputs `(("scheme48" ,scheme48) ("scheme48-rx" ,scheme48-rx))) |