hypnotix: Add missing circles-flags

This fixes the log spam of "Couldn't find flag
/usr/share/circle-flags-svg/xx.svg" and adds missing
icons to the location list.

+2
+2
pkgs/applications/video/hypnotix/default.nix
··· 3 , fetchFromGitHub 4 , substituteAll 5 , cinnamon 6 , gettext 7 , gobject-introspection 8 , mpv ··· 31 postPatch = '' 32 substituteInPlace usr/lib/hypnotix/hypnotix.py \ 33 --replace __DEB_VERSION__ ${version} \ 34 --replace /usr/share/hypnotix $out/share/hypnotix 35 ''; 36
··· 3 , fetchFromGitHub 4 , substituteAll 5 , cinnamon 6 + , circle-flags 7 , gettext 8 , gobject-introspection 9 , mpv ··· 32 postPatch = '' 33 substituteInPlace usr/lib/hypnotix/hypnotix.py \ 34 --replace __DEB_VERSION__ ${version} \ 35 + --replace /usr/share/circle-flags-svg ${circle-flags}/share/circle-flags-svg \ 36 --replace /usr/share/hypnotix $out/share/hypnotix 37 ''; 38