X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=overlays%2Fvdirsyncer%2Fdefault.nix;fp=overlays%2Fvdirsyncer%2Fdefault.nix;h=0000000000000000000000000000000000000000;hb=f9914beb086a06e290287f299ae2c2026924a780;hp=53248f9179d6c169d430a0839669018cbe40f1c1;hpb=cfda3cfc35445979225850f686f338e6d4ace372;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/overlays/vdirsyncer/default.nix b/overlays/vdirsyncer/default.nix deleted file mode 100644 index 53248f9..0000000 --- a/overlays/vdirsyncer/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -self: super: { - vdirsyncer = super.vdirsyncer.overridePythonAttrs(old: { - # https://github.com/NixOS/nixpkgs/pull/85809 - postPatch = old.postPatch + '' - sed -i "s/invalid value for \"--verbosity\"/invalid value for \\\'--verbosity\\\'/" tests/system/cli/test_sync.py - ''; - }); - khal = super.khal.overridePythonAttrs(old: { - postPatch = '' - sed -i "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" tests/cli_test.py - sed -i "s/Invalid value for \"\[ICS\]\"/Invalid value for \\\'[ICS]\\\'/" tests/cli_test.py - ''; - }); -}