mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
nitrokey-app2: install desktop file and icon
This commit is contained in:
parent
2408c7f62d
commit
0e2724c2b2
@ -43,6 +43,11 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"nitrokeyapp"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
install -Dm755 meta/com.nitrokey.nitrokey-app2.desktop $out/share/applications/com.nitrokey.nitrokey-app2.desktop
|
||||
install -Dm755 meta/nk-app2.png $out/share/icons/hicolor/128x128/apps/com.nitrokey.nitrokey-app2.png
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "This application allows to manage Nitrokey 3 devices";
|
||||
homepage = "https://github.com/Nitrokey/nitrokey-app2";
|
||||
|
Loading…
Reference in New Issue
Block a user