Separate nativeBuildInputs where maintainers |= nckx
This commit is contained in:
@@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
buildInputs = [ cups libssh libXpm nxproxy openldap makeWrapper qt4 ];
|
||||
buildInputs = [ cups libssh libXpm nxproxy openldap qt4 ];
|
||||
nativeBuildInputs [ makeWrapper ];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile \
|
||||
|
||||
Reference in New Issue
Block a user