From 6dca8358a39eab590fc3f8e2be7bb96074cf2f6f Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 19 Jun 2016 14:12:02 +0200 Subject: [PATCH] remove khal fix --- common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.nix b/common.nix index 8585637..2f77381 100644 --- a/common.nix +++ b/common.nix @@ -128,9 +128,6 @@ extraPythonPackages = [ pkgs.pythonPackages.websocket_client ]; }; - # remove with khal 0.9.0 - khal = khal.overrideDerivation (oldAttrs: { checkPhase = ""; installCheckPhase = "true"; }); - stable = stable; };