me
/
guix
Archived
1
0
Fork 0

gnu: cmake: Remove bundled LibUV.

* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): Delete
'Utilities/cmlibuv'.
master
Marius Bakke 2020-01-26 12:48:34 +01:00
parent 013c5c23f9
commit 11f4d87756
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 1 deletions

View File

@ -246,7 +246,11 @@ and workspaces that can be used in the compiler environment of your choice.")
(snippet
(match (origin-snippet (package-source cmake-bootstrap))
((begin exp ...)
(append '(begin (delete-file-recursively "Utilities/cmjsoncpp"))
;; Now we can delete the remaining software bundles.
(append '(begin
(for-each delete-file-recursively
'("Utilities/cmjsoncpp"
"Utilities/cmlibuv")))
exp))))))
(native-inputs
`(("curl" ,curl)