lean: fixup nativeBuildInputs vs buildInputs
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0irh9b4haz0pzzxrb4hwcss91a0xb499kjrcrmr2s59p3zq8bbd9";
|
sha256 = "0irh9b4haz0pzzxrb4hwcss91a0xb499kjrcrmr2s59p3zq8bbd9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gmp cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
buildInputs = [ gmp ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user