4
overlays/darktable/default.nix
Normal file
4
overlays/darktable/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
final: prev:
|
||||
prev.darktable.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [ ./better-copy-and-import.patch ];
|
||||
})
|
Reference in New Issue
Block a user