mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: cmake: Remove bundled LibUV.
* gnu/packages/cmake.scm (cmake-minimal)[source](snippet): Delete 'Utilities/cmlibuv'.
This commit is contained in:
parent
013c5c23f9
commit
11f4d87756
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue