forked from lix-project/lix
flake.nix: Support Nixpkgs 19.09
This commit is contained in:
parent
bf0b7e5423
commit
5f75d56c9b
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@
|
||||||
openssl pkgconfig sqlite
|
openssl pkgconfig sqlite
|
||||||
libarchive
|
libarchive
|
||||||
boost
|
boost
|
||||||
|
(if lib.versionAtLeast lib.version "20.03pre"
|
||||||
|
then nlohmann_json
|
||||||
|
else nlohmann_json.override { multipleHeaders = true; })
|
||||||
nlohmann_json
|
nlohmann_json
|
||||||
rustc cargo
|
rustc cargo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue