gnu: guix: Remove 'guix-devel' variable.
* gnu/packages/package-management.scm (guix-devel): Remove.
This commit is contained in:
parent
fdb0b40b0e
commit
008883561f
|
@ -301,9 +301,6 @@ the Nix package manager.")
|
||||||
(license license:gpl3+)
|
(license license:gpl3+)
|
||||||
(properties '((ftp-server . "alpha.gnu.org"))))))
|
(properties '((ftp-server . "alpha.gnu.org"))))))
|
||||||
|
|
||||||
;; Alias for backward compatibility.
|
|
||||||
(define-public guix-devel guix)
|
|
||||||
|
|
||||||
(define-public guix-daemon
|
(define-public guix-daemon
|
||||||
;; This package is for internal consumption: it allows us to quickly build
|
;; This package is for internal consumption: it allows us to quickly build
|
||||||
;; the 'guix-daemon' program and use that in (guix self), used by 'guix
|
;; the 'guix-daemon' program and use that in (guix self), used by 'guix
|
||||||
|
|
Loading…
Reference in New Issue