darktable: move to pkgs/by-name (#341144)

darktable: move to packages by-name

Co-authored-by: aleksana <me@aleksana.moe>
This commit is contained in:
Mica 2024-09-11 19:24:07 -07:00 committed by GitHub
parent c8b53b2535
commit 1e9fdfe2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -29286,7 +29286,7 @@ with pkgs;
darkman = callPackage ../applications/misc/darkman { };
darktable = callPackage ../applications/graphics/darktable {
darktable = callPackage ../by-name/da/darktable/package.nix {
lua = lua5_4;
pugixml = pugixml.override { shared = true; };
stdenv = if stdenv.isDarwin && stdenv.isx86_64 then overrideSDK llvmPackages_18.stdenv { darwinMinVersion = "10.14"; darwinSdkVersion = "11.0"; } else stdenv;