Merge pull request #14154 from grahamc/codeblocks
codeblocks: ad libX11 build dependency to fix 16.03 hydra build
This commit is contained in:
commit
0e6df91569
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, autoconf, automake, libtool, pkgconfig, file, zip, wxGTK, gtk
|
||||
, contribPlugins ? false, hunspell, gamin, boost
|
||||
, contribPlugins ? false, hunspell, gamin, boost, libX11
|
||||
}:
|
||||
|
||||
with { inherit (stdenv.lib) optionalString optional optionals; };
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "044njhps4cm1ijfdyr5f9wjyd0vblhrz9b4603ma52wcdq25093p";
|
||||
};
|
||||
|
||||
buildInputs = [ automake autoconf libtool pkgconfig file zip wxGTK gtk ]
|
||||
buildInputs = [ automake autoconf libtool pkgconfig file zip wxGTK gtk libX11 ]
|
||||
++ optionals contribPlugins [ hunspell gamin boost ];
|
||||
enableParallelBuilding = true;
|
||||
patches = [ ./writable-projects.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user