Skip to content

Commit

Permalink
Merge pull request #159339 from paperdigits/darktable381
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Feb 16, 2022
2 parents 19574af + f441e45 commit 4687b2e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/applications/graphics/darktable/default.nix
Expand Up @@ -56,12 +56,12 @@
}:

stdenv.mkDerivation rec {
version = "3.8.0";
version = "3.8.1";
pname = "darktable";

src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "01gp9dg5wr2rg1k8cqs0l3s7ism8a4q8qypgwccd4jh7ip3wfr9f";
sha256 = "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1";
};

nativeBuildInputs = [ cmake ninja llvm_13 pkg-config intltool perl desktop-file-utils wrapGAppsHook ];
Expand Down Expand Up @@ -119,15 +119,6 @@ stdenv.mkDerivation rec {
"-DUSE_KWALLET=OFF"
];

patches = [
(fetchpatch {
# This is merged in darktable master and will hopefully be in 3.8.1
name = "cmake-fix.patch";
url = "https://github.com/darktable-org/darktable/commit/58d247f7ebea76c55fa2525beb9f5ce092c6670d.patch";
sha256 = "11fn6d2mwlapbf1zbyv6bhgv29kxcwrs7cnbway0rnl9nj8wimf2";
})
];

# darktable changed its rpath handling in commit
# 83c70b876af6484506901e6b381304ae0d073d3c and as a result the
# binaries can't find libdarktable.so, so change LD_LIBRARY_PATH in
Expand Down

0 comments on commit 4687b2e

Please sign in to comment.