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:
parent
5ffd779348
commit
d1e58be703
@ -9,5 +9,5 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "0wp08b1gh2chs1xri43wziznyjcplx0clpsrb13wzyscv290ay5a";
|
sha256 = "0wp08b1gh2chs1xri43wziznyjcplx0clpsrb13wzyscv290ay5a";
|
||||||
};
|
};
|
||||||
makeFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
makeFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
||||||
buildInputs = [ imagemagick ];
|
nativeBuildInputs = [ imagemagick ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user