nim: patch to fix dynamic library loading
This commit is contained in:
@@ -28,6 +28,10 @@ stdenv.mkDerivation rec {
|
||||
openssl pcre readline boehmgc sfml sqlite
|
||||
];
|
||||
|
||||
patches = [ ./nixbuild.patch ];
|
||||
|
||||
postPatch = "echo define:nixbuild >> config/nim.cfg";
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user