emixa-d
emixa-d
And here is a _failing_ computer, from some helpful people at #guix IRC ``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name :...
This sounds similar to , where MPEG-TS streams are played with lowered pitch in the IceCat browser (a Firefox derivative), maybe they have the same underlying cause.
I am not? I am building various rust things, and some of them use rust-sysinfo, so I build rust-sysinfo as well, and the system actually runs the test of the...
I've modified the package definition to skip the test for now, with a link to this report. If it will still appear in the latest version (once we get around...
the PR #16 does not fix https://github.com/openbios/fcode-utils/issues/15! That PR only allows overriding DESTDIR (and STRIP and CFLAGS, but that has nothing to do with https://github.com/openbios/fcode-utils/issues/15). It still uses DESTDIR and...
I notice that link isn't very clear on DESTDIR. $(DESTDIR)/$(PREFIX): this is the file name prefix where you install stuff $(PREFIX): this is the file name prefix you use in...
For this software, it is technically sufficient. It's more a matter of convenience -- adhering to DESTDIR / PREFIX distinction is convenient for package management things. I don't have git...
IIRC from past discussions, the exact behaviour of `sudo` depends on the distribution you are using and for some the `-E` is the default or such.
Relevant comment from guix/scripts/pull.scm: ;; XXX: Ubuntu's 'sudo' preserves $HOME by default, and thus the second ;; condition below is always false when one runs "sudo guix pull". As a...
> At any rate, the goal of this PR is to fix #109, which I consider serious. As long as it doesn't prevent future work such as implementing `nack-guard-evt` (which...