Fix dependency on nix sandbox /build paths

This commit is contained in:
bad 2022-07-28 19:05:31 +02:00
parent e004be110b
commit b18a664274

View file

@ -6,7 +6,7 @@
sha256 = "sha256-7GZdrxHGSAf1MlMdEpKDOa4Dxu5ckG+IlgAN+mp/U5E="; sha256 = "sha256-7GZdrxHGSAf1MlMdEpKDOa4Dxu5ckG+IlgAN+mp/U5E=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
mesonFlags = [ "-Djsc_folder=/build/source/" ]; mesonFlags = [ "-Djsc_folder=.." ];
buildInputs = [ rizin cmake openssl ]; buildInputs = [ rizin cmake openssl ];
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
} }