summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-03 22:31:16 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-03-03 22:31:16 +0000
commit0d299bc2f738ab5a946ef0208df412a018e71ff7 (patch)
tree22c0d0312d5bac4c2c316067ca912f88081b47c1 /pkgs/system/all-packages-generic.nix
parent85252cbcfd3da85a05954ffea51ef6cf4ee73a17 (diff)
downloadnixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar.gz
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar.bz2
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar.lz
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar.xz
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.tar.zst
nixpkgs-0d299bc2f738ab5a946ef0208df412a018e71ff7.zip
* Purify aangifte2005. Now we can do our taxes in NixOS ;-)
svn path=/nixpkgs/trunk/; revision=4980
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 21b5c983739..8b05fcc77c2 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -346,6 +346,10 @@ rec {
     inherit fetchurl stdenv;
   };
 
+  patchelfNew = (import ../development/tools/misc/patchelf/new.nix) {
+    inherit fetchurl stdenv;
+  };
+
   gnum4 = (import ../development/tools/misc/gnum4) {
     inherit fetchurl stdenv;
   };
@@ -2321,6 +2325,8 @@ rec {
 
   aangifte2005 = import ../evil/belastingdienst {
     inherit stdenv fetchurl;
+    inherit (xlibs) libX11 libXext;
+    patchelf = patchelfNew;
   };
   
 }