--- 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" o Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2024-04-17vm: Always use a native emulator in ‘guix system vm’....Ludovic Courtès
2024-03-31vm: If not the same local architecture, don't enable kvm....Zheng Junjie
2024-03-31vm: add arguments to use virt machine type for qemu-riscv64....Zheng Junjie
2024-03-31vm: When target riscv64-linux, use u-boot-qemu-riscv64-bootloader....Zheng Junjie
2024-03-31vm: use #$ for kernel-arguments....Zheng Junjie
2024-02-10services: Add ‘virtual-build-machine’ service....Ludovic Courtès
2024-02-10vm: Add ‘cpu-count’ field to <virtual-machine>....Ludovic Courtès
2024-02-10vm: Export <virtual-machine> accessors....Ludovic Courtès
2024-02-10vm: Add ‘date’ field to <virtual-machine>....Ludovic Courtès
2023-10-29system: vm: Include the cirrus driver in the initrd....Tobias Geerinckx-Rice
2023-10-01system: vm: Remove unused variable....Ludovic Courtès
2022-12-06system: vm: Non-volatile 'run-vm.sh' creates a CoW image....Ludovic Courtès