mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: guix: Remove warning about 0.4 hack.
* gnu/packages/package-management.scm (guix-0.4): Remove warning.
This commit is contained in:
@@ -116,7 +116,4 @@ Guix is based on the Nix package manager.")
|
||||
(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))))))
|
||||
|
||||
Reference in New Issue
Block a user