nixos-artwork: make imagemagick a native build input
This is only needed on the builder, no need to cross compile it.
This commit is contained in:
@@ -9,5 +9,5 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0wp08b1gh2chs1xri43wziznyjcplx0clpsrb13wzyscv290ay5a";
|
sha256 = "0wp08b1gh2chs1xri43wziznyjcplx0clpsrb13wzyscv290ay5a";
|
||||||
};
|
};
|
||||||
makeFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
makeFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
||||||
buildInputs = [ imagemagick ];
|
nativeBuildInputs = [ imagemagick ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user