mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "gnu: vim: Fix build on CoW file systems."
This reverts commit b947ba77e6
.
This commit is contained in:
parent
c23b42dd55
commit
679d41b440
1 changed files with 0 additions and 7 deletions
|
@ -84,12 +84,6 @@ (define-public vim
|
|||
#:parallel-tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-CoW
|
||||
;; Disable copy-on-write (CoW) in the build directory. Tests fail on
|
||||
;; btrfs (and possibly other CoW file systems) for unclear reasons.
|
||||
;; This needs to be run early as it only affects newly-created files.
|
||||
(lambda _
|
||||
(invoke "chattr" "-R" "+C" ".")))
|
||||
(add-after 'configure 'patch-config-files
|
||||
(lambda _
|
||||
(substitute* "runtime/tools/mve.awk"
|
||||
|
@ -134,7 +128,6 @@ (define-public vim
|
|||
`(("libtool" ,libtool)
|
||||
|
||||
;; For tests.
|
||||
("e2fsprogs" ,e2fsprogs) ; for chattr in disable-CoW above
|
||||
("tzdata" ,tzdata-for-tests)))
|
||||
(home-page "https://www.vim.org/")
|
||||
(synopsis "Text editor based on vi")
|
||||
|
|
Loading…
Reference in a new issue