mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:47:47 +00:00
grap: fix strict deps
move swig4 from buildInputs to nativeBuildInputs
This commit is contained in:
parent
7bf49fe2c1
commit
fe9118678b
@ -16,12 +16,12 @@ stdenv.mkDerivation rec {
|
||||
cmake
|
||||
flex
|
||||
python3
|
||||
swig4
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost.all
|
||||
libseccomp
|
||||
swig4
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user