aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:36:16 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-23 03:36:16 +0200
commitf9914beb086a06e290287f299ae2c2026924a780 (patch)
tree4fe815abf6c47c9ff95cf311e1aabc6f7b1e9e9a /overlays
parentcfda3cfc35445979225850f686f338e6d4ace372 (diff)
downloadNix-f9914beb086a06e290287f299ae2c2026924a780.tar.gz
Nix-f9914beb086a06e290287f299ae2c2026924a780.tar.zst
Nix-f9914beb086a06e290287f299ae2c2026924a780.zip
Upgrade environment
Diffstat (limited to 'overlays')
-rw-r--r--overlays/khal/default.nix (renamed from overlays/vdirsyncer/default.nix)6
1 files changed, 0 insertions, 6 deletions
diff --git a/overlays/vdirsyncer/default.nix b/overlays/khal/default.nix
index 53248f9..597cc0e 100644
--- a/overlays/vdirsyncer/default.nix
+++ b/overlays/khal/default.nix
@@ -1,10 +1,4 @@
1self: super: { 1self: super: {
2 vdirsyncer = super.vdirsyncer.overridePythonAttrs(old: {
3 # https://github.com/NixOS/nixpkgs/pull/85809
4 postPatch = old.postPatch + ''
5 sed -i "s/invalid value for \"--verbosity\"/invalid value for \\\'--verbosity\\\'/" tests/system/cli/test_sync.py
6 '';
7 });
8 khal = super.khal.overridePythonAttrs(old: { 2 khal = super.khal.overridePythonAttrs(old: {
9 postPatch = '' 3 postPatch = ''
10 sed -i "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" tests/cli_test.py 4 sed -i "s/Invalid value for \"ics\"/Invalid value for \\\'ics\\\'/" tests/cli_test.py