Separate nativeBuildInputs where maintainers |= nckx
This commit is contained in:
@@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
|
||||
buildInputs = [ bobcat gcc49 icmake yodl ];
|
||||
buildInputs = [ bobcat gcc49 ];
|
||||
nativeBuildInputs = [ icmake yodl ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace INSTALL.im --replace /usr $out
|
||||
|
||||
Reference in New Issue
Block a user