Commit 94fc9597 authored by zowoq's avatar zowoq
Browse files
parent f27b06d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ let
      linux_rt_5_15
      linux_rt_6_1
      linux_rt_6_6
      linux_libre

      linux_testing
      ;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
    homepage = "https://github.com/twifty/amd-gpu-i2c";
    downloadPage = "https://github.com/twifty/amd-gpu-i2c";
    description = "Exposes i2c interface to set colors on AMD GPUs";
    broken = kernel.kernelOlder "6.1.0" || kernel.isLibre;
    broken = kernel.kernelOlder "6.1.0";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ thardin ];
+0 −2
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ lib.makeOverridable (

    # for module compatibility
    isZen ? false,
    isLibre ? false,
    isHardened ? false,

    # Whether to utilize the controversial import-from-derivation feature to parse the config
@@ -526,7 +525,6 @@ lib.makeOverridable (
      inherit
        isZen
        isHardened
        isLibre
        withRust
        ;
      isXen = lib.warn "The isXen attribute is deprecated. All Nixpkgs kernels that support it now have Xen enabled." true;
+0 −2
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ lib.makeOverridable (

    isLTS ? false,
    isZen ? false,
    isLibre ? false,
    isHardened ? false,

    # easy overrides to stdenv.hostPlatform.linux-kernel members
@@ -317,7 +316,6 @@ lib.makeOverridable (
            isLTS
            isZen
            isHardened
            isLibre
            ;
          isXen = lib.warn "The isXen attribute is deprecated. All Nixpkgs kernels that support it now have Xen enabled." true;

+0 −1
Original line number Diff line number Diff line
@@ -329,7 +329,6 @@ in
          isLTS
          isZen
          isHardened
          isLibre
          ;
        inherit (kernel) kernelOlder kernelAtLeast;
        kernelModuleMakeFlags = self.kernel.commonMakeFlags ++ [