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
commit 5c35db3e9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;