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-12 10:24:07 +08:00
committed by GitHub
co-authored by aleksana
parent c8b53b2535
commit 1e9fdfe2db
2 changed files with 1 additions and 1 deletions
+1 -1
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;