Can I make guix run some guile code whenever there are changes to bootloader, kernel, or initrd?

2024-10-17 Thread amano.kenji
Is it possible?

Re: Direct symlink farm for transitive dependencies vs search paths

2024-09-18 Thread amano.kenji
But, aren't search paths slower than symlinks when there are many transitive dependencies? What about interpreted scripts that have many transitive dependencies? Are symlinks to transitive dependencies sometimes used in guix channel? On Wednesday, September 18th, 2024 at 5:49 AM, Adam Faiz wr

Direct symlink farm for transitive dependencies vs search paths

2024-09-17 Thread amano.kenji
Let's say that A depends on B, and B depends on C. With search paths, A doesn't have symlinks to B, and B doesn't have symlinks to C. Thus, disk space is saved. However, adding search path patches to existing softwares is cumbersome, and a long list of search paths results in inefficient search

Can I make guix source packages for electron/javafx GUI applications?

2025-05-22 Thread amano.kenji
It seems no one has done that, yet. There are node-build-system, clojure-build-system, and JVM build systems, but I didn't see a build system for electron or javafx.