nixpkgs/pkgs/applications/misc/blender
Someone Serge 471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
..
darwin.patch blender: fix on darwin (#200185) 2022-11-28 17:09:31 -05:00
default.nix treewide: consume config.cudaSupport as required 2023-07-20 18:08:19 +03:00
fix-include.patch
wrapper.nix blender-with-packages: refactor 2023-05-10 21:49:56 -03:00