diff options
| author | Rick van Schijndel <rol3517@gmail.com> | 2022-05-29 10:21:46 +0200 |
|---|---|---|
| committer | Janne Heß <janne@hess.ooo> | 2022-05-30 14:19:03 +0200 |
| commit | 744167bc9ed740986ce15e20d510ecd9d665e5ec (patch) | |
| tree | f38b69429f2f389de24a573946a1a88c3a78a40a | |
| parent | libresprite: mark broken on darwin (diff) | |
| download | nixpkgs-744167bc9ed740986ce15e20d510ecd9d665e5ec.tar.gz | |
blender: mark broken on all darwins
(cherry picked from commit 117ee3af2ac60518c7ecb80e08b0a058542f598b)
| -rw-r--r-- | pkgs/applications/misc/blender/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix index f6d8bf747ac5..4aceeeb9e355 100644 --- a/pkgs/applications/misc/blender/default.nix +++ b/pkgs/applications/misc/blender/default.nix @@ -159,6 +159,8 @@ stdenv.mkDerivation rec { ''; meta = with lib; { + # darwin.patch doesn't apply anymore, needs update + broken = stdenv.isDarwin; description = "3D Creation/Animation/Publishing System"; homepage = "https://www.blender.org"; # They comment two licenses: GPLv2 and Blender License, but they @@ -166,8 +168,6 @@ stdenv.mkDerivation rec { # OptiX, enabled with cudaSupport, is non-free. license = with licenses; [ gpl2Plus ] ++ optional cudaSupport unfree; platforms = [ "x86_64-linux" "x86_64-darwin" ]; - # darwin.patch doesn't apply anymore, might need update - broken = (stdenv.isDarwin && stdenv.isx86_64); maintainers = with maintainers; [ goibhniu veprbl ]; }; } |
