Hello,
Reza Alizadeh Majd ezt írta (időpont: 2019. jún. 9.,
V, 8:26):
> Hello Guix,
>
> I want to create a plain file during package build and copy it to output.
> but using following definition, I receive error on during package
> installation:
>
> --- CODE:
> --
Hi,
> I believe you are looking for (guix gexp) module.
I already added `(guix gexp)` to #:use-module part of my module definition,
but this problem was not fixed.
Regards,
Reza
Le 9 juin 2019 08:26:24 GMT+02:00, Reza Alizadeh Majd a
écrit :
>Hello Guix,
>
>I want to create a plain file during package build and copy it to
>output.
>but using following definition, I receive error on during package
>installation:
>
>--- CODE:
>
Hi,
> can do is add an input with that code:
>
> (inputs `(("test-plugin.yaml" ,(plain-file …
>
> Then inside your build phase, simply install this input with:
>
> (install-file (assoc-ref inputs "test-plugin.yaml") regpath)
>
> Alternatively, you can write to the file directly in the pha
Hi,
I want to add a custom hwdb date to udev. I couldn't find a standard way in
the documentation to do this the way for example custom udev rules are
added.
I'm not sure how to approach this.
Fore more context, I want to achieve this:
https://wiki.archlinux.org/index.php/map_scancodes_to_keycodes#
I cannot make my music card to work. The model is Creative Labs Sound
Blaster Audigy 2 PCI Sound Card SB0240. It works on Debian but GuixSD.
When I click Volume and Audio mixer on my Xfce Desktop, in an Output
Devices tab an information is displayed: No output devices available.
But the system ap
I'm aware that binaries packaged for Debian and derivatives like Ubuntu
don't work. However, not being a coder or good with reading or writing
scheme code, I'm having to work around a few of these issues.
Regarding documentation, I feel as if the manual expects a certain
familiarity with writi
after manually installing guixsd via the current guix-install.sh script
on an arm--beaglebone black--i attempted to create an image using the
string from Mathieu Othacehe's Porting GuixDS to ARMv7, December 22,
2017. Namely:
# guix system disk-image --system=armhf-linux -e "(@ (gnu system
ins