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 = ''
|
postInstall = ''
|
||||||
install -vD $src/gqrx.desktop -t "$out/share/applications/"
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user