--- Cargo.toml 2023-05-07 13:39:13.029066693 +0100 +++ Cargo.toml 2023-05-07 13:39:22.545138206 +0100 @@ -67,21 +67,3 @@ [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Window"] - -[target."cfg(target_os = \"android\")".dependencies.jni] -version = "0.21" - -[target."cfg(target_os = \"android\")".dependencies.ndk-context] -version = "0.1" - -[target."cfg(target_os = \"android\")".dev-dependencies.ndk-glue] -version = ">= 0.3, <= 0.7" - -[target."cfg(target_os = \"ios\")".dependencies.objc] -version = "0.2.7" - -[target."cfg(target_os = \"ios\")".dependencies.raw-window-handle] -version = "0.5.0" - -[target."cfg(target_os = \"macos\")".dependencies.core-foundation] -version = "0.9" ected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/netpbm.scm
t/gnu/installer/tests.scm?id=7a1a10dbd4ef2989ea1cac111849a36c567430e3'>installer: tests: Use a filter to select desktop-environments....* gnu/installer/tests.scm (choose-services): Turn desktop-environments list into a choose-desktop-environment procedure. This way, it is easier to select all desktop-environments or none, in the same way as choose-network-service? and choose-network-management-tool? arguments.
AgeCommit message (Expand)Author
2024-04-09gnu: netpbm: Fix build on powerpc-linux....* gnu/packages/netpbm.scm (netpbm)[arguments]: Adjust the 'setup-check phase to skip 2 tests when building for powerpc-linux. Change-Id: Ie8f23bed0f5d442df3a19e227bbdc3a17fa77511 Efraim Flashner
Mathieu Othacehe
2020-03-05tests: install: Add "gui-installed-os"....* gnu/installer/tests.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add it. * gnu/tests/install.scm (run-install): Add #:gui-test. Add (gnu installer tests) to the marionette imported modules. Honor GUI-TEST. Check whether SCRIPT is true. (%root-password, %syslog-conf): New variable. (operating-system-with-console-syslog, gui-test-program) (guided-installation-test): New procedures. (%extra-packages, installation-os-for-gui-tests) (%test-gui-installed-os): New variable. Ludovic Courtès