Commit f9723bc4 authored by K900's avatar K900
Browse files

treewide: get rid of ~all mesa.{drivers,osmesa,libdrm} references

mesa.drivers is basically an implementation detail and should never be used
as a dependency of other expressions. It also no longer exists on Darwin.

mesa.osmesa is very niche and should generally be avoided.

mesa.libdrm is used in exactly one place and it's irrelevant there.
parent 4d950563
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ let
      pciutils protobuf speechd libXdamage at-spi2-core
      pipewire
      libva
      libdrm wayland mesa.drivers libxkbcommon
      libdrm wayland libxkbcommon
      curl
      libepoxy
      libffi
@@ -227,7 +227,7 @@ let
      pciutils protobuf speechd libXdamage at-spi2-core
      pipewire
      libva
      libdrm wayland mesa.drivers libxkbcommon
      libdrm wayland libxkbcommon
      curl
      libepoxy
      libffi
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ stdenv.mkDerivation rec {
    libnotify
    libpulseaudio
    libxkbcommon
    mesa.drivers
    nss
    xorg.libX11
    xorg.libXScrnSaver
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ rustPlatform.buildRustPackage rec {
    wrapProgram "$out/bin/${pname}" \
      --suffix XDG_DATA_DIRS : "${cosmic-icons}/share" \
      --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [
        xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr vulkan-loader libxkbcommon mesa.drivers wayland
        xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr vulkan-loader libxkbcommon wayland
      ]}
  '';

+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ rustPlatform.buildRustPackage rec {
          xorg.libXrandr
          libxkbcommon
          vulkan-loader
          mesa.drivers
        ]
      }
  '';
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ rustPlatform.buildRustPackage rec {
      --suffix XDG_DATA_DIRS : "${cosmic-icons}/share" \
      --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [
        libxkbcommon
        mesa.drivers
        vulkan-loader
        xorg.libX11
        xorg.libXcursor
Loading