10 stdenv.mkDerivation rec {
15 url = "mirror://sourceforge/pio/${pname}-${version}.tar.gz";
16 sha256 = "07b3xdd81n8ybsb4fzc5lx0813y9crzp1hj69khncf4faj48sdcs";
19 nativeBuildInputs = [ pkg-config intltool itstool ];
21 buildInputs = [ gtk3 libxml2 ];
24 description = "Addicting game based on The Settlers of Catan";
25 homepage = "https://pio.sourceforge.net/"; # https does not work
26 license = licenses.gpl2Plus;
27 maintainers = with maintainers; [ viric ];
28 platforms = platforms.linux;