1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 14:32:42 +01: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"];
};