treewide: makeWrapper buildInputs to nativeBuildInputs
This commit is contained in:
@@ -10,7 +10,8 @@ let
|
||||
in stdenv.mkDerivation {
|
||||
pname = "unp";
|
||||
version = "2.0-pre7";
|
||||
buildInputs = [ perl makeWrapper ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ perl ];
|
||||
|
||||
src = fetchurl {
|
||||
# url = "http://http.debian.net/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user