Packaging/Icons: Difference between revisions
imported>Milahu m use generic filename ${pname}.png |
imported>Milahu m add imagemagick for the convert command |
||
| Line 9: | Line 9: | ||
, stdenv | , stdenv | ||
, fetchurl | , fetchurl | ||
, imagemagick | |||
}: | }: | ||
| Line 20: | Line 21: | ||
stdenv.mkDerivation rec { | stdenv.mkDerivation rec { | ||
pname = "scribus"; | pname = "scribus"; | ||
nativeBuildInputs = [ | |||
imagemagick # convert | |||
]; | |||
# ... | # ... | ||