nix: drop libGL and mesa from build and shell inputs
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I898c36e5b2753f8d7dbef081ee6e2e686a6a6964
This commit is contained in:
parent
dc9f159470
commit
58861c1ea5
2 changed files with 0 additions and 10 deletions
|
|
@ -5,8 +5,6 @@
|
|||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
libxkbcommon,
|
||||
libGL,
|
||||
mesa,
|
||||
glibc,
|
||||
pkg-config,
|
||||
}: let
|
||||
|
|
@ -38,10 +36,6 @@ in
|
|||
wayland-scanner
|
||||
libxkbcommon
|
||||
|
||||
# EGL/OpenGL libraries
|
||||
libGL
|
||||
mesa
|
||||
|
||||
# System libraries
|
||||
glibc.dev
|
||||
];
|
||||
|
|
|
|||
|
|
@ -20,10 +20,6 @@ pkgs.mkShell {
|
|||
wayland-scanner
|
||||
libxkbcommon
|
||||
|
||||
# EGL/OpenGL libraries
|
||||
libGL
|
||||
mesa
|
||||
|
||||
# System libraries
|
||||
glibc.dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue