diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 79e8077cdf..7cdc305e9f 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2014 Andreas Enge -;;; Copyright © 2014 Mark H Weaver +;;; Copyright © 2014, 2015 Mark H Weaver ;;; ;;; This file is part of GNU Guix. ;;; @@ -197,8 +197,8 @@ (define-public guile-ssh "1sbxhmynmpwfjwb3dp6lrc3cxi5kffqmb6klhx7wnkgqxvs61lsw")))) (build-system gnu-build-system) (arguments - '(#:phases (alist-cons-before - 'configure 'autoreconf + '(#:phases (alist-cons-after + 'unpack 'autoreconf (lambda* (#:key inputs #:allow-other-keys) (chmod "doc/version.texi" #o777) ;make it writable (zero? (system* "autoreconf" "-vfi")))