mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Awesome! another hour wasted by a missing dependecy libXext
svn path=/nixpkgs/trunk/; revision=9268
This commit is contained in:
parent
964aee2850
commit
9dbaeb8794
@ -2,7 +2,7 @@
|
||||
, perlCompressZlib, zlib, libjpeg, expat, pkgconfig, freetype, libwpd
|
||||
, libxml2, db4, sablotron, curl, libXaw, fontconfig, libsndfile, neon
|
||||
, bison, flex, zip, unzip, gtk, libmspack, getopt, file, jre, cairo, which
|
||||
, icu, boost, jdk, ant, hsqldb
|
||||
, icu, boost, jdk, ant, hsqldb, libXext
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||
pam python tcsh libxslt perl perlArchiveZip perlCompressZlib zlib
|
||||
libjpeg expat pkgconfig freetype libwpd libxml2 db4 sablotron curl
|
||||
libXaw fontconfig libsndfile neon bison flex zip unzip gtk libmspack
|
||||
getopt file jdk cairo which icu boost
|
||||
getopt file jdk cairo which icu boost libXext
|
||||
];
|
||||
|
||||
inherit icu fontconfig;
|
||||
|
Loading…
Reference in New Issue
Block a user