apteryks

Results 426 comments of apteryks

> ease of shipping and a smaller binary. Smaller binary? That's surprising, given static means it has to bundle all the needed symbols; smaller binaries are typically one of the...

I see, thanks for the explanations. I had overlooked that this change would only affect the building & linking of bundled dependencies. If this leaves a system-provided SDL2 to be...

I have a different Asus motherboard ([Asus ROG STRIX B650E-I GAMING WIFI](https://rog.asus.com/us/motherboards/rog-strix/rog-strix-b650e-i-gaming-wifi-model/)) equipped with the same onboard sound solution (Realtek ALC4080 + Savitech SV3H712 amplifier), and facing the same problem...

Could probably be fixed with something similar to what was done here: https://github.com/keepassxreboot/keepassxc/pull/7780/files

It also doesn't even leave a `.whl` file to install in my case. Does it for you?

@kloczek My current workaround is to stick to 1.3.3: ```scheme (define-public python-frozenlist (package (name "python-frozenlist") (version "1.3.3") (source (origin (method url-fetch) (uri (pypi-uri "frozenlist" version)) (sha256 (base32 "0sispcpras096fxrd0i35qs25fqy4r0x8v1d6f40pag845bwbg2q")))) (build-system python-build-system)...

Update, I've found a more satisfying solution, by patching build_inplace=False into build_inplace=True in the `_backend.py` file: ```scheme (define-public python-frozenlist (package (name "python-frozenlist") (version "1.5.0") (source (origin (method url-fetch) (uri (pypi-uri...

Seems like that already happened?

Or with Sphinx 9.0.3: ``` =========================== short test summary info ============================ FAILED tests/test_renderers/test_fixtures_sphinx.py::test_syntax_elements[166-Image empty:] - AssertionError: Actual does not match expected --- /tmp/guix-build-python-myst-parser-4.0.1.drv-0/source/tests/test_renderers/fixtures/sphinx_syntax_elements.md:166 +++ (actual) @@ -1,3 +1,3 @@ -...

I'd like to be able to build rnp against a library provided sexpp; is this already possible? The package in Guix symlinks its source to src/libsexpp, which suggests it gets...