summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-22 10:44:55 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-22 10:44:55 +0300
commit0f8a49bb4511b29985d426d3e1b0e83c9d3eb763 (patch)
tree620a5a3799af588f1f6aadf88217c0fc7eb1753d /pkgs/top-level/aliases.nix
parentd0c127487fd607c9c66cb0a1a4d1eb9782632ae1 (diff)
downloadnixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar.gz
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar.bz2
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar.lz
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar.xz
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.tar.zst
nixpkgs-0f8a49bb4511b29985d426d3e1b0e83c9d3eb763.zip
module_init_tools: Remove
It is deprecated doesn't handle compressed modules, unlike its modern
counterpart kmod.

Add a compatibility alias to kmod for now in case someone is depending
on this in their scripts.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 23e05eb6c9e..40083d8bf4f 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -59,6 +59,7 @@ doNotDisplayTwice rec {
   manpages = man-pages; # added 2015-12-06
   midoriWrapper = midori; # added 2015-01
   mlt-qt5 = qt5.mlt;  # added 2015-12-19
+  module_init_tools = kmod; # added 2016-04-22
   mssys = ms-sys; # added 2015-12-13
   multipath_tools = multipath-tools;  # added 2016-01-21
   mupen64plus1_5 = mupen64plus; # added 2016-02-12