libseccomp: move gpref from buildInputs to nativeBuildInputs

gstqt5
Christian Kampka 2020-08-31 11:36:59 +02:00 committed by Frederik Rietdijk
parent d489c64463
commit 0730d80e40
1 changed files with 3 additions and 2 deletions

View File

@ -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 .