summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/5pkgs/cac/default.nix3
-rw-r--r--krebs/5pkgs/cac/disable-tasks.patch10
2 files changed, 1 insertions, 12 deletions
diff --git a/krebs/5pkgs/cac/default.nix b/krebs/5pkgs/cac/default.nix
index 970cd199..4d39ce2f 100644
--- a/krebs/5pkgs/cac/default.nix
+++ b/krebs/5pkgs/cac/default.nix
@@ -11,10 +11,9 @@ stdenv.mkDerivation {
phases = [
"unpackPhase"
- "patchPhase"
"installPhase"
];
- patches = [ ./disable-tasks.patch ];
+
installPhase =
let
path = stdenv.lib.makeSearchPath "bin" [
diff --git a/krebs/5pkgs/cac/disable-tasks.patch b/krebs/5pkgs/cac/disable-tasks.patch
deleted file mode 100644
index cbff567e..00000000
--- a/krebs/5pkgs/cac/disable-tasks.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cac-orig/cac 2016-01-18 17:48:24.492284682 +0100
-+++ cac/cac 2016-01-18 17:48:43.529736771 +0100
-@@ -121,7 +121,6 @@
- for x in \
- resources \
- servers \
-- tasks \
- templates \
- # This line intentionally left blank.
- do