summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 4af87cab83c..ffedf80a35a 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1324,6 +1324,11 @@ rec {
     inherit (xlibs) libXp;
   };
 
+  t1lib = (import ../development/libraries/t1lib) {
+    inherit fetchurl stdenv x11;
+    inherit (xlibs) libXaw;
+  };
+
   
   ### SERVERS
 
@@ -1770,7 +1775,7 @@ rec {
   };
 
   xpdf = (import ../applications/misc/xpdf) {
-    inherit fetchurl stdenv x11 freetype;
+    inherit fetchurl stdenv x11 freetype t1lib;
     motif = lesstif;
   };