mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-13 12:45:53 +02:00
gnu: nix: Propagate perl inputs.
* gnu/packages/package-management.scm (nix)[inputs]: Move perl-www-curl, perl-dbi, perl-dbd-sqlite to... [propagated-inputs]: ...this new field
This commit is contained in:
@@ -200,10 +200,10 @@ the Nix package manager.")
|
||||
("openssl" ,openssl)
|
||||
("libgc" ,libgc)
|
||||
("sqlite" ,sqlite)
|
||||
("bzip2" ,bzip2)
|
||||
("perl-www-curl" ,perl-www-curl)
|
||||
("perl-dbi" ,perl-dbi)
|
||||
("perl-dbd-sqlite" ,perl-dbd-sqlite)))
|
||||
("bzip2" ,bzip2)))
|
||||
(propagated-inputs `(("perl-www-curl" ,perl-www-curl)
|
||||
("perl-dbi" ,perl-dbi)
|
||||
("perl-dbd-sqlite" ,perl-dbd-sqlite)))
|
||||
(home-page "http://nixos.org/nix/")
|
||||
(synopsis "The Nix package manager")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user