Merge pull request #335275 from qubitnano/2shipnative
_2ship2harkinian: move stormlib's pkg-config to nativeBuildInputs
This commit is contained in:
@@ -77,7 +77,7 @@ let
|
||||
rev = "v${version}";
|
||||
hash = "sha256-HTi2FKzKCbRaP13XERUmHkJgw8IfKaRJvsK3+YxFFdc=";
|
||||
};
|
||||
buildInputs = prev.buildInputs ++ [ pkg-config ];
|
||||
nativeBuildInputs = prev.nativeBuildInputs ++ [ pkg-config ];
|
||||
patches = (prev.patches or [ ]) ++ [
|
||||
(fetchpatch {
|
||||
name = "stormlib-optimizations.patch";
|
||||
|
||||
Reference in New Issue
Block a user