mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
linuxPackages.mm-tools: rename from vm-tools, add alias
See https://lore.kernel.org/all/20230103180754.129637-4-sj@kernel.org
This commit is contained in:
parent
2fc0586fd6
commit
7192c09b8a
@ -1,12 +1,12 @@
|
|||||||
{ lib, stdenv, linux }:
|
{ lib, stdenv, linux }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "vm-tools";
|
pname = "mm-tools";
|
||||||
inherit (linux) version src;
|
inherit (linux) version src;
|
||||||
|
|
||||||
makeFlags = [ "sbindir=${placeholder "out"}/bin" ];
|
makeFlags = [ "sbindir=${placeholder "out"}/bin" ];
|
||||||
|
|
||||||
preConfigure = "cd tools/vm";
|
preConfigure = "cd tools/mm";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit (linux.meta) license platforms;
|
inherit (linux.meta) license platforms;
|
@ -538,7 +538,7 @@ in {
|
|||||||
|
|
||||||
virtualboxGuestAdditions = callPackage ../applications/virtualization/virtualbox/guest-additions { };
|
virtualboxGuestAdditions = callPackage ../applications/virtualization/virtualbox/guest-additions { };
|
||||||
|
|
||||||
vm-tools = callPackage ../os-specific/linux/vm-tools { };
|
mm-tools = callPackage ../os-specific/linux/mm-tools { };
|
||||||
|
|
||||||
vmm_clock = callPackage ../os-specific/linux/vmm_clock { };
|
vmm_clock = callPackage ../os-specific/linux/vmm_clock { };
|
||||||
|
|
||||||
@ -587,6 +587,7 @@ in {
|
|||||||
hid-nintendo = throw "hid-nintendo was added in mainline kernel version 5.16"; # Added 2023-07-30
|
hid-nintendo = throw "hid-nintendo was added in mainline kernel version 5.16"; # Added 2023-07-30
|
||||||
sch_cake = throw "sch_cake was added in mainline kernel version 4.19"; # Added 2023-06-14
|
sch_cake = throw "sch_cake was added in mainline kernel version 4.19"; # Added 2023-06-14
|
||||||
rtl8723bs = throw "rtl8723bs was added in mainline kernel version 4.12"; # Added 2023-06-14
|
rtl8723bs = throw "rtl8723bs was added in mainline kernel version 4.12"; # Added 2023-06-14
|
||||||
|
vm-tools = self.mm-tools;
|
||||||
xmm7360-pci = throw "Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18";
|
xmm7360-pci = throw "Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user