gnu: guix: Remove warning about 0.4 hack.

* gnu/packages/package-management.scm (guix-0.4): Remove warning.
master
Ludovic Courtès 2013-09-27 01:39:52 +02:00
parent 2442257f2d
commit f312d5430e
1 changed files with 1 additions and 4 deletions

View File

@ -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))))))