help: perl library fails to be discovered in guix package

2022-07-02 Thread jgart
Hi, Does anyone happen to know why this package fails to find perl-timedate? https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/misc.scm#L1370 Any advice/code review is much appreciated. all best, jgart

Re: stumpwm on guix - "sb-cltl2" issues

2022-07-02 Thread Benjamin Slade
I think I finally figured out how to get (my) StumpWM configuration to work on Guix: - add (maybe only need one:) - to `.bashrc': , | export SBCL_HOME="$HOME/.guix-home/profile/lib/sbcl" ` - to Guix Home configuration, a home-environment variable `("SBCL_HOME" . "$HOME/.g

What to do if headers are not found

2022-07-02 Thread Nathan Dehnel
This is a package I'm making. Configure can't find libmount.h, which comes from util-linux, even though I have added it to propagated-inputs, as the manual suggests. How can I fix this or further investigate? (define-module (gooby-channel packages snapper) #:use-module (guix licenses) #:use-mo

Re: Set up cgit with git-http-backend properly

2022-07-02 Thread pelzflorian (Florian Pelz)
Hi Simon, what did you base your setup on? Simon Streit writes: > (locations > (list >(git-http-nginx-location-configuration > (git-http-configuration (uri-path "/"))) The guix repo has in file gnu/tests/version-control.scm the setting (locations (list (git-http-n