1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* The Nix .deb package depends on curl.

This commit is contained in:
Eelco Dolstra 2009-11-05 14:40:42 +00:00
parent 268d90a03e
commit 58f3338bfa

View file

@ -213,6 +213,7 @@ let
memSize = 1024;
meta = { schedulingPriority = toString prio; };
configureFlags = "--sysconfdir=/etc";
debRequires = ["curl"];
};