diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/package-management.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 66712da08c..f24e64432e 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -301,9 +301,6 @@ the Nix package manager.") (license license:gpl3+) (properties '((ftp-server . "alpha.gnu.org")))))) -;; Alias for backward compatibility. -(define-public guix-devel guix) - (define-public guix-daemon ;; 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 |