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
|
@ -116,7 +116,4 @@ Guix is based on the Nix package manager.")
|
||||||
(version "0.4rc")
|
(version "0.4rc")
|
||||||
(source (if (file-exists? tarball)
|
(source (if (file-exists? tarball)
|
||||||
tarball
|
tarball
|
||||||
(begin
|
(package-source guix))))))
|
||||||
(format (current-error-port)
|
|
||||||
"warning: 'guix-0.4.tar.gz' not found~%")
|
|
||||||
(package-source guix)))))))
|
|
||||||
|
|
Loading…
Reference in New Issue