k 5 cac: temporarily disable tasks from update
This commit is contained in:
parent
043047d7e6
commit
b31d847a78
krebs/5pkgs/cac
|
@ -11,9 +11,10 @@ stdenv.mkDerivation {
|
|||
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"patchPhase"
|
||||
"installPhase"
|
||||
];
|
||||
|
||||
patches = [ ./disable-tasks.patch ];
|
||||
installPhase =
|
||||
let
|
||||
path = stdenv.lib.makeSearchPath "bin" [
|
||||
|
|
10
krebs/5pkgs/cac/disable-tasks.patch
Normal file
10
krebs/5pkgs/cac/disable-tasks.patch
Normal 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
|
Loading…
Reference in a new issue