gnu: Replace uses of 'cmake' with 'cmake-minimal'.
This follows up commit 2f33a7321e
which
introduced a new CMAKE-MINIMAL variant for use in package inputs.
* gnu/packages/databases.scm (python-pyarrow)[native-inputs]: Replace CMAKE
with CMAKE-MINIMAL.
* gnu/packages/emacs-xyz.scm (emacs-scel)[native-inputs]: Likewise.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[native-inputs]: Likewise.
* gnu/packages/games.scm (0ad, the-butterfly-effect)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (deja-dup)[native-inputs]: Likewise.
* gnu/packages/ibus.scm (ibus-rime)[native-inputs]: Likewise.
* gnu/packages/rust.scm (rust-1.19)[native-inputs]: Likewise.
* gnu/packages/simulation.scm (fenics)[native-inputs]: Likewise.
* gnu/packages/squirrel.scm (squirrel)[native-inputs]: Likewise.
* gnu/packages/video.scm (handbrake)[native-inputs]: Likewise.
* gnu/packages/virtualization.scm (xen)[native-inputs]: Likewise.
* gnu/packages/vulkan.scm (shaderc)[native-inputs]: Likewise.
This commit is contained in:
parent
814e12dc87
commit
c69959f054
|
@ -3052,7 +3052,7 @@ algorithm implementations.")
|
|||
("python-pandas" ,python-pandas)
|
||||
("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("python-cython" ,python-cython)
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-pytest-runner" ,python-pytest-runner)
|
||||
|
|
|
@ -3470,7 +3470,7 @@ to a key in your preferred mode.")
|
|||
(inputs
|
||||
`(("supercollider" ,supercollider)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)))
|
||||
`(("cmake" ,cmake-minimal)))
|
||||
(home-page "https://github.com/supercollider/scel")
|
||||
(synopsis "SuperCollider Emacs interface")
|
||||
(description "@code{emacs-scel} is an Emacs interface to SuperCollider.
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
;; Use our own tool chain for that.
|
||||
(native-inputs `(("cross-gcc" ,(cross-gcc "xtensa-elf"))
|
||||
("cross-binutils" ,(cross-binutils "xtensa-elf"))
|
||||
("cmake" ,cmake)
|
||||
("cmake" ,cmake-minimal)
|
||||
("perl" ,perl)))
|
||||
(home-page "http://wireless.kernel.org/en/users/Drivers/ath9k_htc")
|
||||
(synopsis "Firmware for the Atheros AR7010 and AR9271 USB 802.11n NICs")
|
||||
|
|
|
@ -4779,7 +4779,7 @@ fight against their plot and save his fellow rabbits from slavery.")
|
|||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("boost" ,boost)
|
||||
("cmake" ,cmake)
|
||||
("cmake" ,cmake-minimal)
|
||||
("mesa" ,mesa)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python-2" ,python-2)))
|
||||
|
@ -5272,7 +5272,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
|
|||
`(("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("gettext-minimal" ,gettext-minimal)
|
||||
("qttools" ,qttools)))
|
||||
(synopsis "Realistic physics puzzle game")
|
||||
|
|
|
@ -299,7 +299,7 @@ features to enable users to create their discs easily and quickly.")
|
|||
("gettext" ,gettext-minimal)
|
||||
("itstool" ,itstool)
|
||||
("intltool" ,intltool)
|
||||
("cmake" ,cmake)))
|
||||
("cmake" ,cmake-minimal)))
|
||||
(home-page "https://launchpad.net/deja-dup")
|
||||
(synopsis "Simple backup tool, for regular encrypted backups")
|
||||
(description
|
||||
|
|
|
@ -677,7 +677,7 @@ Method Engine.")
|
|||
("librime" ,librime)
|
||||
("rime-data" ,rime-data)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://rime.im/")
|
||||
(synopsis "Rime Input Method Engine for IBus")
|
||||
|
|
|
@ -387,7 +387,7 @@ test = { path = \"../libtest\" }
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("bison" ,bison) ; For the tests
|
||||
("cmake" ,cmake)
|
||||
("cmake" ,cmake-minimal)
|
||||
("flex" ,flex) ; For the tests
|
||||
("gdb" ,gdb) ; For the tests
|
||||
("procps" ,procps) ; For the tests
|
||||
|
|
|
@ -620,7 +620,7 @@ user interface to the FEniCS core components and external libraries.")
|
|||
("python-matplotlib" ,python-matplotlib)
|
||||
,@(alist-delete "python" (package-inputs fenics-dolfin))))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("ply" ,python-ply)
|
||||
("pytest" ,python-pytest)
|
||||
("python-decorator" ,python-decorator)
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
(find-files "../squirrel3/include")))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("python-sphinx" ,python-sphinx)))
|
||||
(home-page "https://squirrel-lang.org/")
|
||||
(synopsis "High level imperative, object-oriented programming language")
|
||||
|
|
|
@ -2604,7 +2604,7 @@ supported players in addition to this package.")
|
|||
(native-inputs
|
||||
`(("automake" ,automake) ;gui subpackage must be bootstrapped
|
||||
("autoconf" ,autoconf)
|
||||
("cmake" ,cmake) ;TODO: could probably strip check from make/configure.py
|
||||
("cmake" ,cmake-minimal) ;TODO: could probably strip check from make/configure.py
|
||||
("curl" ,curl) ;not actually used, but tested for
|
||||
("intltool" ,intltool)
|
||||
("libtool" ,libtool)
|
||||
|
|
|
@ -1291,7 +1291,7 @@ override CC = " (assoc-ref inputs "cross-gcc") "/bin/i686-linux-gnu-gcc"))
|
|||
(native-inputs
|
||||
`(("dev86" ,dev86)
|
||||
("bison" ,bison)
|
||||
("cmake" ,cmake)
|
||||
("cmake" ,cmake-minimal)
|
||||
("figlet" ,figlet)
|
||||
("flex" ,flex)
|
||||
("gettext" ,gettext-minimal)
|
||||
|
|
|
@ -326,7 +326,7 @@ API.")
|
|||
`(("googletest" ,googletest)
|
||||
("python" ,python)))
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)
|
||||
`(("cmake" ,cmake-minimal)
|
||||
("glslang-source" ,(package-source glslang))
|
||||
("pkg-config" ,pkg-config)
|
||||
("spirv-headers-source" ,(package-source spirv-headers))
|
||||
|
|
Loading…
Reference in New Issue