mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
zapzap: fix double wrapping, install icon in correct directory
This commit is contained in:
parent
7ed419e80f
commit
8bf02ebc9b
@ -48,7 +48,12 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
postInstall = ''
|
||||
install -Dm555 share/applications/com.rtosta.zapzap.desktop -t $out/share/applications/
|
||||
install -Dm555 share/icons/com.rtosta.zapzap.svg -t $out/share/icons/hicolor/scalable/
|
||||
install -Dm555 share/icons/com.rtosta.zapzap.svg -t $out/share/icons/hicolor/scalable/apps/
|
||||
'';
|
||||
|
||||
dontWrapQtApps = true;
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
# has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user