Commit Graph

13 Commits

Author SHA1 Message Date
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
Someone Serge
bf9e6fe9b8
tree-wide: rm cudaSupport ? false formal parameters
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults

Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
Artturin
83b4764dc3 treewide: fix fallout from 'cmake/setup-hook.sh: Don't skip build-RPATH'
f7414e2b3a
2022-07-12 18:25:19 +03:00
Dmitry Kalinkin
e1aaaa90fe
llvmPackages.libcxx: unset _LIBCPP_USE_AVAILABILITY_APPLE 2021-12-18 10:09:25 -05:00
Dmitry Kalinkin
ffdad422d0
waifu2x-converter-cpp: fix darwin build 2021-12-17 21:10:16 -05:00
Randy Eckenrode
bf27bf0909
waifu2x-converter-cpp: Enable build on Darwin 2021-08-25 20:14:13 -04:00
Randy Eckenrode
4f5bc22ad7
waifu2x-converter-cpp: Remove obsolete patch
Upstream sets PNG to true since v5.3, so this is a no-op.
2021-08-25 20:01:24 -04:00
TilCreator
38e0c51452 waifu2x-converter-cpp: 5.3.3 -> 5.3.4 2021-01-26 15:19:42 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Simon Bruder
ca3dd4b52f
waifu2x-converter-cpp: add OpenCL support 2020-10-17 20:34:21 +02:00
Simon Bruder
c69dd49995
waifu2x-converter-cpp: 5.2.4 -> 5.3.3 2020-10-17 20:12:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Albert Safin
e8284c77c9 waifu2x-converter-cpp: init at 5.2.4 2019-04-30 11:56:19 +00:00