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