Fix dependency on nix sandbox /build paths
This commit is contained in:
parent
e004be110b
commit
b18a664274
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
sha256 = "sha256-7GZdrxHGSAf1MlMdEpKDOa4Dxu5ckG+IlgAN+mp/U5E=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
mesonFlags = [ "-Djsc_folder=/build/source/" ];
|
||||
mesonFlags = [ "-Djsc_folder=.." ];
|
||||
buildInputs = [ rizin cmake openssl ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue