mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
gqrx: fix icon
The icon is a single file, so it should be placed in `pixmaps` instead of `icons`.
This commit is contained in:
parent
ace2457eaf
commit
2959bb7028
|
@ -27,7 +27,7 @@ mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
install -vD $src/gqrx.desktop -t "$out/share/applications/"
|
||||
install -vD $src/resources/icons/gqrx.svg -t "$out/share/icons/"
|
||||
install -vD $src/resources/icons/gqrx.svg -t "$out/share/pixmaps/"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue