gnu: CMake: Update to 3.15.1.
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.15.1. [arguments]: Do not patch /bin/sh in removed file.
This commit is contained in:
parent
0a6e9e13c5
commit
14767d4466
|
@ -51,7 +51,7 @@
|
||||||
(define-public cmake-minimal
|
(define-public cmake-minimal
|
||||||
(package
|
(package
|
||||||
(name "cmake-minimal")
|
(name "cmake-minimal")
|
||||||
(version "3.14.5")
|
(version "3.15.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.cmake.org/files/v"
|
(uri (string-append "https://www.cmake.org/files/v"
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"/cmake-" version ".tar.gz"))
|
"/cmake-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01lcl6ynxfgqn09ncfz1gr24ha5pv1slk0azzaawaqrwpsgf8njh"))
|
"1xyprly3sf4wi0n1x79k4n22yxm6pb7fv70gqr9lvc7qv14cbphq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -125,7 +125,6 @@
|
||||||
(substitute*
|
(substitute*
|
||||||
'("Modules/CompilerId/Xcode-3.pbxproj.in"
|
'("Modules/CompilerId/Xcode-3.pbxproj.in"
|
||||||
"Modules/CPack.RuntimeScript.in"
|
"Modules/CPack.RuntimeScript.in"
|
||||||
"Source/cmakexbuild.cxx"
|
|
||||||
"Source/cmGlobalXCodeGenerator.cxx"
|
"Source/cmGlobalXCodeGenerator.cxx"
|
||||||
"Source/cmLocalUnixMakefileGenerator3.cxx"
|
"Source/cmLocalUnixMakefileGenerator3.cxx"
|
||||||
"Source/cmExecProgramCommand.cxx"
|
"Source/cmExecProgramCommand.cxx"
|
||||||
|
|
Loading…
Reference in New Issue