forked from mirrors/nixpkgs
pioneers: build with gtk3
Won't build the gtk client otherwise. cc #35967
This commit is contained in:
parent
08ce0ff9b9
commit
9d65dbf37b
1 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
{stdenv, fetchurl, gtk2, pkgconfig, intltool } :
|
{stdenv, fetchurl, gtk3, pkgconfig, intltool } :
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pioneers-15.4";
|
name = "pioneers-15.4";
|
||||||
|
@ -7,10 +7,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs";
|
sha256 = "1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig intltool ];
|
||||||
buildInputs = [ gtk2 intltool ];
|
buildInputs = [ gtk3 ];
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pio.sourceforge.net/;
|
homepage = http://pio.sourceforge.net/;
|
||||||
|
|
Loading…
Add table
Reference in a new issue