diff options
| author | Andreas Enge | 2013-10-13 17:00:18 +0200 |
|---|---|---|
| committer | Andreas Enge | 2013-10-13 17:00:18 +0200 |
| commit | 6eac909b459301912becb854c112532ee3fd7cc3 (patch) | |
| tree | 6a61cb55d36c00fc6c5eb4c5fbbdf43a9d9c3c4f /gnu/packages/cmake.scm | |
| parent | 487da565703c34ae3b57977b0b6e31dada77a129 (diff) | |
gnu: cmake: Update patch to work with new system.
* gnu/packages/patches/cmake-fix-tests.patch: Update to work with -p1.
* gnu/packages/cmake.scm (cmake): Drop patch flag -p0.
Diffstat (limited to 'gnu/packages/cmake.scm')
| -rw-r--r-- | gnu/packages/cmake.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm index 0717529fc..c80bc2eb6 100644 --- a/gnu/packages/cmake.scm +++ b/gnu/packages/cmake.scm @@ -41,7 +41,6 @@ (build-system gnu-build-system) (arguments '(#:test-target "test" - #:patch-flags '("-p0") #:phases (alist-replace 'configure (lambda* (#:key outputs #:allow-other-keys) |