Skip to content

Commit 6a89593

Browse files
committed
python312Packages.kivy: drop unused mesa dependency
Not technically unused, but used as a software fallback in weird browser cases.
1 parent d7cb2a1 commit 6a89593

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

pkgs/development/python-modules/kivy/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
cython_0,
88
docutils,
99
kivy-garden,
10-
mesa,
1110
mtdev,
1211
SDL2,
1312
SDL2_image,
@@ -50,7 +49,6 @@ buildPythonPackage rec {
5049
SDL2_mixer
5150
]
5251
++ lib.optionals stdenv.hostPlatform.isLinux [
53-
mesa
5452
mtdev
5553
]
5654
++ lib.optionals stdenv.hostPlatform.isDarwin [

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6971,7 +6971,6 @@ self: super: with self; {
69716971
kitchen = callPackage ../development/python-modules/kitchen { };
69726972

69736973
kivy = callPackage ../development/python-modules/kivy {
6974-
inherit (pkgs) mesa;
69756974
inherit (pkgs.darwin.apple_sdk.frameworks) Accelerate ApplicationServices AVFoundation;
69766975
};
69776976

0 commit comments

Comments
 (0)