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