netcat-openbsd: pkgconfig is a nativeBuildInput
This commit is contained in:
parent
24444513fb
commit
6b73c0f198
@ -15,7 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libbsd ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
buildInputs = [ libbsd ];
|
||||||
|
|
||||||
sourceRoot = name;
|
sourceRoot = name;
|
||||||
patches = [ "../debian/patches/*.patch" ];
|
patches = [ "../debian/patches/*.patch" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user