Merge pull request #100294 from pniedzwiedzinski/amfora-desktop

amfora: Add desktop file
This commit is contained in:
Anderson Torres 2020-10-24 08:50:44 -03:00 committed by GitHub
commit db2c904c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,11 @@ buildGoModule rec {
vendorSha256 = "10f3bh3r3jc1185r8r1ihg8rprdpl8qwg5b6wqwsda96ydkbpi2b";
postInstall = ''
sed -i "s:amfora:$out/bin/amfora:" amfora.desktop
install -Dm644 amfora.desktop -t $out/share/applications
'';
doCheck = false;
meta = with lib; {