nimPackages.atlas: fix building against nim2
This commit is contained in:
parent
275432f576
commit
c3a6a37ed2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, buildNimPackage, fetchFromGitHub }:
|
{ lib, buildNimPackage, fetchFromGitHub, openssl }:
|
||||||
|
|
||||||
buildNimPackage (final: prev: {
|
buildNimPackage (final: prev: {
|
||||||
pname = "atlas";
|
pname = "atlas";
|
||||||
|
@ -10,6 +10,7 @@ buildNimPackage (final: prev: {
|
||||||
rev = "ab22f997c22a644924c1a9b920f8ce207da9b77f";
|
rev = "ab22f997c22a644924c1a9b920f8ce207da9b77f";
|
||||||
hash = "sha256-TsZ8TriVuKEY9/mV6KR89eFOgYrgTqXmyv/vKu362GU=";
|
hash = "sha256-TsZ8TriVuKEY9/mV6KR89eFOgYrgTqXmyv/vKu362GU=";
|
||||||
};
|
};
|
||||||
|
buildInputs = [ openssl ];
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
rm config.nims
|
rm config.nims
|
||||||
''; # never trust a .nims file
|
''; # never trust a .nims file
|
||||||
|
|
Loading…
Reference in a new issue