k 5 cac: temporarily disable tasks from update

This commit is contained in:
makefu 2016-01-18 17:51:42 +01:00
parent 043047d7e6
commit b31d847a78
2 changed files with 12 additions and 1 deletions

View File

@ -11,9 +11,10 @@ stdenv.mkDerivation {
phases = [
"unpackPhase"
"patchPhase"
"installPhase"
];
patches = [ ./disable-tasks.patch ];
installPhase =
let
path = stdenv.lib.makeSearchPath "bin" [

View File

@ -0,0 +1,10 @@
--- 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