1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

glimpse-with-plugins: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2022-03-06 19:40:06 +01:00 committed by Kerstin
parent 10cdd65259
commit 86e41d3b34
2 changed files with 3 additions and 0 deletions
pkgs/applications/graphics/glimpse

View file

@ -195,5 +195,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ ashkitten erictapen ];
license = licenses.gpl3Plus;
platforms = platforms.unix;
mainProgram = "glimpse";
};
}

View file

@ -27,4 +27,6 @@ symlinkJoin {
ln -sf "$each-${versionBranch}" $out/bin/$each
done
'';
inherit (glimpse) meta;
}