summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2012-02-27 07:00:01 +0000
committerMichael Raskin <7c6f434c@mail.ru>2012-02-27 07:00:01 +0000
commit3a4916369e1bae461311689a6b2932a3b9dad943 (patch)
treece19012d7b6de38fa2c69e73ca28feb71104b923 /pkgs/applications
parent4ff245c5dee25800ab9dbdcba2e9bc540724edc2 (diff)
downloadnixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar.gz
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar.bz2
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar.lz
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar.xz
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.tar.zst
nixpkgs-3a4916369e1bae461311689a6b2932a3b9dad943.zip
Fix LyX dependencies
svn path=/nixpkgs/trunk/; revision=32612
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/lyx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/lyx/default.nix b/pkgs/applications/misc/lyx/default.nix
index faddeb70e99..9d48008af36 100644
--- a/pkgs/applications/misc/lyx/default.nix
+++ b/pkgs/applications/misc/lyx/default.nix
@@ -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 = ''