nrpl: fix compilation with nim 0.19
This commit is contained in:
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
"-lpcre"
|
"-lpcre"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = "nim c -d:release nrpl.nim";
|
buildPhase = ''
|
||||||
|
HOME=$TMPDIR
|
||||||
|
nim c -d:release nrpl.nim
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = "install -Dt $out/bin nrpl";
|
installPhase = "install -Dt $out/bin nrpl";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user