aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/antivirus.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-18 14:24:28 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-09-18 17:39:05 +0800
commit54f37657408ca06640472206146f3df6f3128fab (patch)
tree52b4a619dc8415ac5d080a543e2330552c92e609 /gnu/packages/antivirus.scm
parent33b4ac12340044b76b8ee8fe223fe50e86aff6df (diff)
downloadguix-54f37657408ca06640472206146f3df6f3128fab.tar.gz
guix-54f37657408ca06640472206146f3df6f3128fab.zip
gnu: assimp: Update to 5.4.3.
* gnu/packages/graphics.scm (assimp): Update to 5.4.3. Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c
Diffstat (limited to 'gnu/packages/antivirus.scm')
0 files changed, 0 insertions, 0 deletions
. - Raw disk images: images of partitions are created using tools such as mke2fs and mkdosfs depending on the partition file-system type. The partition images are then assembled into a final image using genimage. - ISO9660 images: the ISO root directory is populated within the store. GNU xorriso is then called on that directory, in the exact same way as this is done in (gnu build vm) module. Those mechanisms are built upon the new (gnu image) module. * gnu/image.scm: New file. * gnu/system/image.scm: New file. * gnu/build/image: New file. * gnu/local.mk: Add them. * gnu/system/vm.scm (system-disk-image): Rename to system-disk-image-in-vm. * gnu/ci.scm (qemu-jobs): Adapt to new API. * gnu/tests/install.scm (run-install): Ditto. * guix/scripts/system.scm (system-derivation-for-action): Ditto. Mathieu Othacehe