Merge pull request #30953 from teto/sxiv

sxiv: installs .desktop file
This commit is contained in:
Joachim F
2017-10-30 08:56:51 +00:00
committed by GitHub

View File

@@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 imlib2 giflib libexif ];
postInstall = ''
mkdir -p $out/share/applications/
cp -v sxiv.desktop $out/share/applications/
'';
meta = {
description = "Simple X Image Viewer";
homepage = https://github.com/muennich/sxiv;