diff options
author | sss <sss@dark-alexandr.net> | 2025-07-29 06:47:53 +0300 |
---|---|---|
committer | sss <sss@dark-alexandr.net> | 2025-07-29 06:47:53 +0300 |
commit | cdc60b568d880121113d332c5be1083c643e410d (patch) | |
tree | ec8aeccebff9dcba5fc146718ef52d3d0c37d1a0 | |
parent | 3260502d333a70f9141718ba625810421af1d922 (diff) |
изменено: rawtherapee_my.nix
-rw-r--r-- | rawtherapee_my.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rawtherapee_my.nix b/rawtherapee_my.nix index a7a6e04..ea0a7b5 100644 --- a/rawtherapee_my.nix +++ b/rawtherapee_my.nix @@ -5,15 +5,11 @@ self: super: { (rawtherapee.override { # exiv2 = self.exiv2_my; }).overrideAttrs (oldAttrs: rec { - # version = "2023-03-20"; version = "git"; src = fetchGit { url = "https://github.com/Beep6581/RawTherapee"; ref = "dev"; - # owner = "Beep6581"; - # repo = "RawTherapee"; - # rev = "351c9d821219b1a5d4b57f900318e590c581f44e"; - # sha256 = "sha256-exmRVTvy1G+6oyg9pmIdDTJfwHnn+x9MrUKxhM6beFQ="; + submodules = true; }; patches = [ ]; buildInputs = oldAttrs.buildInputs ++ [ |