18 url = "mirror://sourceforge/chessx/chessx-${version}.tgz";
19 sha256 = "sha256-wadIO3iNvj8LgIzExHTmeXxXnWOI+ViLrdhAlzZ79Jw=";
35 # RCC: Error in 'resources.qrc': Cannot find file 'i18n/chessx_da.qm'
36 enableParallelBuilding = false;
42 mkdir -p "$out/share/applications"
43 cp -pr release/chessx "$out/bin"
44 cp -pr unix/chessx.desktop "$out/share/applications"
50 homepage = "http://chessx.sourceforge.net/";
51 description = "Browse and analyse chess games";
52 license = licenses.gpl2;
53 maintainers = [ maintainers.luispedro ];
54 platforms = platforms.linux;