Skip to content
Snippets Groups Projects
Commit ae6904dc authored by Eric Bavier's avatar Eric Bavier
Browse files

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
parent 8ac84f23
No related branches found
No related tags found
No related merge requests found
......@@ -200,10 +200,10 @@ (define-public nix
("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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment