summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2005-11-27 21:06:08 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2005-11-27 21:06:08 +0000
commitf880e6e099c3450e39e64366964b134d2d2ac0ce (patch)
tree55969d44643eac9a450cd3aa27c5c222b3cf1b87 /pkgs/system/all-packages-generic.nix
parent31c615a95d9cea306f3cd21b9611d69ace2c5219 (diff)
downloadnixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar.gz
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar.bz2
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar.lz
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar.xz
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.tar.zst
nixpkgs-f880e6e099c3450e39e64366964b134d2d2ac0ce.zip
add xpdf
svn path=/nixpkgs/trunk/; revision=4311
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 34c9fb4951c..f8f406a0482 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1753,6 +1753,11 @@ rec {
     inherit fetchurl stdenv wxGTK chmlib;
   };
 
+  xpdf = (import ../applications/misc/xpdf) {
+    inherit fetchurl stdenv;
+    inherit (xlibs) libX11;
+  };
+
   acroread = (import ../applications/misc/acrobat-reader) {
     inherit fetchurl stdenv zlib;
     inherit (xlibs) libXt libXp libXext libX11 libXinerama;