mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Pin CMake dependency.
* gnu/packages/emulators.scm (python-keystone-engine, unicorn), * gnu/packages/freedesktop.scm (libdecor), * gnu/packages/gnome.scm (raider, xffm+), * gnu/packages/golang-xyz.scm (go-mvdan-cc-editorconfig), * gnu/packages/hardware.scm (liblxi, lxi-tools), * gnu/packages/mp3.scm (wavbreaker), * gnu/packages/pantheon.scm (pantheon-calculator, pantheon-calendar), * gnu/packages/plotutils.scm (asymptote), * gnu/packages/photo.scm (entangle), * gnu/packages/python-graphics.scm (python-pivy), * gnu/packages/python-xyz.scm (python-awkward-cpp, python-contourpy, python-symengine), * gnu/packages/syndication.scm (syndication-domination) * gnu/packages/qt.scm (soqt), * gnu/packages/vnc.scm (tigervnc-server) [native-inputs]: Change cmake to cmake-minimal. * gnu/packages/bioinformatics.scm (trinityrnaseq) [native-inputs]: Change cmake to cmake-minimal. [arguments]<#:phases>[install]: Remove deletion of uncreated files. Change-Id: I6ce8b737d9a21f83caad7b79b591e68a86f45fd0
This commit is contained in:
parent
633cb46186
commit
5873967ce7
16 changed files with 21 additions and 21 deletions
|
@ -4136,7 +4136,7 @@ graphic filters. Some of its features include:
|
|||
(("include\\(cmake/")
|
||||
"include(")))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list cmake pkg-config python-setuptools python-wheel))
|
||||
(native-inputs (list cmake-minimal pkg-config python-setuptools python-wheel))
|
||||
(home-page "https://www.unicorn-engine.org")
|
||||
(synopsis "Generic CPU emulator framework")
|
||||
(description
|
||||
|
@ -4585,7 +4585,7 @@ stack-machine, written in ANSI C. Graphical output is implemented using SDL2.")
|
|||
(base32 "1xahdr6bh3dw5swrc2r8kqa8ljhqlb7k2kxv5mrw5rhcmcnzcyig"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list cmake
|
||||
(list cmake-minimal
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://www.keystone-engine.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue