3
0
Fork 0
forked from mirrors/nixpkgs

pioneers: build with gtk3

Won't build the gtk client otherwise. cc #35967
This commit is contained in:
Franz Pletz 2018-03-04 18:54:53 +01:00
parent 08ce0ff9b9
commit 9d65dbf37b
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, gtk2, pkgconfig, intltool } :
{stdenv, fetchurl, gtk3, pkgconfig, intltool } :
stdenv.mkDerivation rec {
name = "pioneers-15.4";
@ -7,10 +7,8 @@ stdenv.mkDerivation rec {
sha256 = "1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 intltool ];
hardeningDisable = [ "format" ];
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ gtk3 ];
meta = {
homepage = http://pio.sourceforge.net/;