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 17:50:16 +01:00 committed by Bjørn Forsman
parent ace2457eaf
commit 2959bb7028

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; {