We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb03e6c commit 7a52c8dCopy full SHA for 7a52c8d
pkgs/applications/misc/resp-app/default.nix
@@ -21,7 +21,7 @@
21
let
22
rdbtools-patched = rdbtools.overridePythonAttrs (oldAttrs: {
23
# Add required additional flag for resp-app
24
- patches = [
+ patches = oldAttrs.patches or [ ] ++ [
25
(fetchpatch {
26
name = "Add-flag-to-parse-only-key-names.patch";
27
url = "https://github.com/uglide/redis-rdb-tools/commit/b74946e6fbca589947ef0186429d5ce45a074b87.patch";
0 commit comments