Archived
1
0
Fork 0

gnu: guix: Remove obsolete 'ftp-server' property.

Guix has been on ftp.gnu.org for a while already.

* gnu/packages/package-management.scm (guix)[properties]: Remove.
This commit is contained in:
Ludovic Courtès 2023-01-15 23:52:32 +01:00
parent 917b1e017a
commit 5c92197717
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -493,8 +493,7 @@ also a distribution thereof. It includes a virtual machine image. Besides
the usual package management features, it also supports transactional
upgrades and roll-backs, per-user profiles, and much more. It is based on
the Nix package manager.")
(license license:gpl3+)
(properties '((ftp-server . "alpha.gnu.org"))))))
(license license:gpl3+))))
(define* (channel-source->package source #:key commit)
"Return a package for the given channel SOURCE, a lowerable object."