sxiv: installs .desktop file
sxiv won't appear in meus as it has NoDisplay but it can be used to generate the mimetypes.
This commit is contained in:
parent
66b63d2f5a
commit
cdbcb19e83
|
@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ libX11 imlib2 giflib libexif ];
|
buildInputs = [ libX11 imlib2 giflib libexif ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/applications/
|
||||||
|
cp -v sxiv.desktop $out/share/applications/
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple X Image Viewer";
|
description = "Simple X Image Viewer";
|
||||||
homepage = https://github.com/muennich/sxiv;
|
homepage = https://github.com/muennich/sxiv;
|
||||||
|
|
Loading…
Reference in New Issue