Fix LyX dependencies

svn path=/nixpkgs/trunk/; revision=32612
This commit is contained in:
Michael Raskin 2012-02-27 07:00:01 +00:00
parent 4ff245c5de
commit 3a4916369e

View File

@ -1,5 +1,5 @@
# I haven't put much effort into this expressions .. so some optional depencencies may be missing - Marc
{ fetchurl, stdenv, texLive, python, makeWrapper
{ fetchurl, stdenv, texLive, python, makeWrapper, pkgconfig
, libX11, qt, xz
}:
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "a790951d6ed660b254e82d682b478665f119dd522ab4759fdeb5cd8d42f66f61";
};
buildInputs = [texLive qt python makeWrapper xz ];
buildInputs = [texLive qt python makeWrapper xz pkgconfig ];
# don't ask me why it can't find libX11.so.6
postInstall = ''