summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2008-01-16 10:28:47 +0000
committerAndres Löh <mail@andres-loeh.de>2008-01-16 10:28:47 +0000
commit28e24e745f6705b82b3f1735700cbfe8b100fc46 (patch)
treef932bb7d25bb9ccf2b2d89e0306f5c37cf948a02
parent9b86ccf8ce44d37b22092c53117ba72bd2847348 (diff)
downloadnixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar.gz
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar.bz2
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar.lz
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar.xz
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.tar.zst
nixpkgs-28e24e745f6705b82b3f1735700cbfe8b100fc46.zip
* small fix
svn path=/nixpkgs/trunk/; revision=10169
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 653b00bcb25..4938a799d78 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1850,7 +1850,7 @@ rec {
   };
 
   glew = import ../development/libraries/glew {
-    inherit fetchurl stdenv mesa x11;
+    inherit fetchurl stdenv mesa x11 libtool;
     inherit (xlibs) libXmu libXi;
   };