gqrx: fix icon

The icon is a single file, so it should be placed in `pixmaps` instead of `icons`.
This commit is contained in:
Eduardo Sánchez Muñoz
2020-12-09 19:58:42 +01:00
committed by Bjørn Forsman
parent ace2457eaf
commit 2959bb7028
+1 -1
View File
@@ -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; {