mupdf: rename icon so it shows in menu (#417246)
This commit is contained in:
commit
32b8a01561
@ -233,7 +233,7 @@ stdenv.mkDerivation rec {
|
||||
'')
|
||||
+ (lib.optionalString (enableX11 || enableGL) ''
|
||||
mkdir -p $bin/share/icons/hicolor/48x48/apps
|
||||
cp docs/logo/mupdf-icon-48.png $bin/share/icons/hicolor/48x48/apps
|
||||
cp docs/logo/mupdf-icon-48.png $bin/share/icons/hicolor/48x48/apps/mupdf.png
|
||||
'')
|
||||
+ (
|
||||
if enableGL then
|
||||
|
Loading…
x
Reference in New Issue
Block a user