mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
pioneers: build with gtk3
Won't build the gtk client otherwise. cc #35967
This commit is contained in:
parent
08ce0ff9b9
commit
9d65dbf37b
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user