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>2004-12-16 16:34:03 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2004-12-16 16:34:03 +0000
commitbb632c07ef4827d4a94f81025c3a56b7f1d1b967 (patch)
treecb1828b0923224350e7905c51a29e5b1c3af4ff2 /pkgs/system/all-packages-generic.nix
parentaa150ce949961afe6aa843fcd65e505814b0d6c1 (diff)
downloadnixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar.gz
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar.bz2
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar.lz
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar.xz
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.tar.zst
nixpkgs-bb632c07ef4827d4a94f81025c3a56b7f1d1b967.zip
add modutils for kernel 2.4.25
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1885
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index a8688fd578a..5fb9590d7b3 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -731,6 +731,10 @@ rec {
     inherit fetchurl stdenv;
   };
 
+  modutils = (import ../os-specific/linux/modutils) {
+    inherit fetchurl stdenv bison flex;
+  };
+
   shadowutils = (import ../os-specific/linux/shadow) {
     inherit fetchurl stdenv;
   };