We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cb2a1 commit 6a89593Copy full SHA for 6a89593
pkgs/development/python-modules/kivy/default.nix
@@ -7,7 +7,6 @@
7
cython_0,
8
docutils,
9
kivy-garden,
10
- mesa,
11
mtdev,
12
SDL2,
13
SDL2_image,
@@ -50,7 +49,6 @@ buildPythonPackage rec {
50
49
SDL2_mixer
51
]
52
++ lib.optionals stdenv.hostPlatform.isLinux [
53
- mesa
54
mtdev
55
56
++ lib.optionals stdenv.hostPlatform.isDarwin [
pkgs/top-level/python-packages.nix
@@ -6971,7 +6971,6 @@ self: super: with self; {
6971
kitchen = callPackage ../development/python-modules/kitchen { };
6972
6973
kivy = callPackage ../development/python-modules/kivy {
6974
- inherit (pkgs) mesa;
6975
inherit (pkgs.darwin.apple_sdk.frameworks) Accelerate ApplicationServices AVFoundation;
6976
};
6977
0 commit comments