gnu: guile-2.2/fixed: Remove vestigial (replacement #f).
* gnu/packages/guile.scm (guile-2.2/fixed)[replacement]: Remove field.
This commit is contained in:
parent
96c7fde7dd
commit
5a5b36322d
|
@ -279,10 +279,9 @@ without requiring the source code to be rewritten.")
|
||||||
(package
|
(package
|
||||||
(inherit guile-2.2)
|
(inherit guile-2.2)
|
||||||
(properties '((hidden? . #t) ;people should install 'guile-2.2'
|
(properties '((hidden? . #t) ;people should install 'guile-2.2'
|
||||||
(timeout . 72000) ;20 hours
|
(timeout . 72000) ;20 hours
|
||||||
(max-silent-time . 36000))) ;10 hours (needed on ARM
|
(max-silent-time . 36000))))) ;10 hours (needed on ARM
|
||||||
; when heavily loaded)
|
; when heavily loaded)
|
||||||
(replacement #f)))
|
|
||||||
|
|
||||||
(define-public guile-2.2.2
|
(define-public guile-2.2.2
|
||||||
;; Keep it so that, when 'guix' runs on 2.2.2, 'guix pull' compiles objects
|
;; Keep it so that, when 'guix' runs on 2.2.2, 'guix pull' compiles objects
|
||||||
|
|
Loading…
Reference in New Issue