forked from lix-project/lix
* The Nix .deb package depends on curl.
This commit is contained in:
parent
268d90a03e
commit
58f3338bfa
|
@ -213,6 +213,7 @@ let
|
|||
memSize = 1024;
|
||||
meta = { schedulingPriority = toString prio; };
|
||||
configureFlags = "--sysconfdir=/etc";
|
||||
debRequires = ["curl"];
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue