libseccomp: move gpref from buildInputs to nativeBuildInputs
This commit is contained in:
parent
d489c64463
commit
0730d80e40
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, getopt, makeWrapper, utillinux, gperf }:
|
||||
{ stdenv, fetchurl, getopt, utillinux, gperf }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libseccomp";
|
||||
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" ];
|
||||
|
||||
buildInputs = [ getopt makeWrapper gperf ];
|
||||
nativeBuildInputs = [ gperf ];
|
||||
buildInputs = [ getopt ];
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs .
|
||||
|
Loading…
Reference in New Issue
Block a user