Bonjour ! Depuis avant-hier j'essaye de compiler le gestionnaire de
fichier FSviewer mais je n'y arrive pas.
Pouvez-vous corriger le problème et rajouter ce paquet dans les dépôts guix.
Merci !
https://github.com/roblillack/fsviewer?tab=readme-ov-file
Hello! I've been trying to compile the FSviewer file manager since the
day before yesterday, but I haven't been able to.
Perhaps you could fix the problem and add this package to the GUIX repositories.
Thank you!
https://github.com/roblillack/fsviewer?tab=readme-ov-file
(use-modules (gnu packages)
(guix utils)
(guix packages)
(guix download)
(guix git-download)
(guix gexp)
(guix build-system cmake)
(guix licenses)
(gnu packages pkg-config)
(gnu packages llvm)
(gnu packages compression)
(gnu packages gtk)
(gnu packages xorg)
(gnu packages gnustep))
(package
(name "fsviewer")
(version "0.2.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/roblillack/fsviewer/archive/refs/tags/v0.2.7.tar.gz"))
(sha256
(base32
"18kfcavlrh3cgwx7r9fndf5z4lzcp5lwz7msmvf4b4gxkg860zm9"))))
(build-system cmake-build-system)
(home-page "https://github.com/roblillack/fsviewer")
(synopsis "Fileviewer for Windowmaker")
(description "FSviewer is a NeXT FileViewer looklike for Windowmaker")
(license gpl2))