octave-kernel.sizedLogo: fix and enable strictDeps (#398368)
This commit is contained in:
@@ -51,13 +51,14 @@ rec {
|
||||
|
||||
src = octave.src;
|
||||
|
||||
buildInputs = [ imagemagick ];
|
||||
nativeBuildInputs = [ imagemagick ];
|
||||
strictDeps = true;
|
||||
|
||||
dontConfigure = true;
|
||||
dontInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
convert ./libgui/src/icons/octave/128x128/logo.png -resize ${size}x${size} $out
|
||||
magick ./libgui/src/icons/octave/128x128/logo.png -resize ${size}x${size} $out
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user