nph: fix build with nim-2.0
This commit is contained in:
parent
f959feb88a
commit
618043c125
@ -1,10 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
buildNimPackage,
|
||||
fetchFromGitHub,
|
||||
buildNimPackage,
|
||||
nim-2_0,
|
||||
}:
|
||||
|
||||
buildNimPackage (finalAttrs: {
|
||||
let
|
||||
buildNimPackage' = buildNimPackage.override {
|
||||
# Do not build with Nim-2.2.x.
|
||||
nim2 = nim-2_0;
|
||||
};
|
||||
in
|
||||
buildNimPackage' (finalAttrs: {
|
||||
pname = "nph";
|
||||
version = "0.6.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user