grap: fix strict deps

move swig4 from buildInputs to nativeBuildInputs
This commit is contained in:
Reno Dakota 2024-06-19 01:26:38 +00:00
parent 7bf49fe2c1
commit fe9118678b
No known key found for this signature in database

View File

@ -16,12 +16,12 @@ stdenv.mkDerivation rec {
cmake
flex
python3
swig4
];
buildInputs = [
boost.all
libseccomp
swig4
];
strictDeps = true;