mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: guix: Remove warning about 0.4 hack.
* gnu/packages/package-management.scm (guix-0.4): Remove warning.
This commit is contained in:
parent
2442257f2d
commit
f312d5430e
1 changed files with 1 additions and 4 deletions
|
@ -116,7 +116,4 @@ (define-public guix-0.4
|
|||
(version "0.4rc")
|
||||
(source (if (file-exists? tarball)
|
||||
tarball
|
||||
(begin
|
||||
(format (current-error-port)
|
||||
"warning: 'guix-0.4.tar.gz' not found~%")
|
||||
(package-source guix)))))))
|
||||
(package-source guix))))))
|
||||
|
|
Loading…
Reference in a new issue