9 stdenvNoCC.mkDerivation {
11 version = "unstable-18012020";
13 src = fetchFromGitHub {
14 owner = "joielechong";
15 repo = "iso-country-flags-svg-collection";
16 rev = "9ebbd577b9a70fbfd9a1931be80c66e0d2f31a9d";
17 sha256 = "17bm7w4md56xywixfvp7vr3d6ihvxk3383i9i4rpmgm6qa9dyxdl";
24 (perl.withPackages(pp: with pp; [ JSON XMLLibXML ]))
35 mv build $out/share/iso-flags
39 homepage = "https://github.com/joielechong/iso-country-flags-svg-collection";
40 description = "248 country flag SVG & PNG icons with different icon styles";
41 license = [ licenses.publicDomain ];
42 platforms = platforms.linux; # the output assets should work anywhere, but unsure about the tools to build them...
43 maintainers = [ maintainers.mkg20001 ];