| 14 Oct 2023 |
@galaxy-nova:matrix.org | gjs fails to build for me | 02:41:02 |
@galaxy-nova:matrix.org | Download log.txt | 02:43:31 |
@galaxy-nova:matrix.org | things seem to be getting killed by SIGTRAP which is pretty odd | 02:43:56 |
@galaxy-nova:matrix.org | not sure what this is being cauised by | 02:44:05 |
@galaxy-nova:matrix.org | any idea what could be causing this? | 02:50:14 |
Jan Tojnar | In reply to @5m5z3q888q5prxkg:chat.lightnovel-dungeon.de
We don't: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/libraries/webkitgtk/default.nix#L197
it requires -DUSE_GSTREAMER_WEBRTC=ON and -DENABLE_WEB_RTC=ON
And there doesn't seem to be any relevant gstreamer plugin in nixpkgs
hmm, looks like it is still experimental, you can enable it locally with overrideAttrs but we probably do not want that in Nixpkgs yet | 11:35:30 |
Jan Tojnar | In reply to @galaxy-nova:matrix.org things seem to be getting killed by SIGTRAP which is pretty odd that usually means test crashes, maybe try building it again in case it is non-deterministic failure. Sometimes the non-deterministic failures are more likely to occur when the CPU is busy (e.g. building a lot of other stuff) so also try building just gjs | 11:40:01 |
Jan Tojnar | * and https://github.com/NixOS/nixpkgs/blob/44688570acaa6bf06a50a479f5d86e9c1adbe033/pkgs/desktops/gnome/extensions/extensionOverrides.nix for a (non-exhaustive) list of extensions that may need dependency patching | 11:41:14 |
Jan Tojnar | In reply to @ajcxz0:matrix.org
Thank you, Jan Tojnar . I appreciate the quick response even if I don't fully understand it yet. Those two gnome.nix URLs are the same an I trust seeing them again will not materially affect how I should change configuration.nix in my 23.05 channel install. That is, of course, what I have been trying and failing to successfully do. I will try to translate
Adding pkgs.gnome.gnome-shell-extensions to environment.gnome.excludePackages NixOS option
into code which fits in my nearly default configuration.nix, then share it here.
updated the URL, it should have been https://github.com/NixOS/nixpkgs/blob/44688570acaa6bf06a50a479f5d86e9c1adbe033/pkgs/desktops/gnome/extensions/extensionOverrides.nix | 11:42:36 |
@5m5z3q888q5prxkg:chat.lightnovel-dungeon.de | In reply to @jtojnar:matrix.org hmm, looks like it is still experimental, you can enable it locally with overrideAttrs but we probably do not want that in Nixpkgs yet elaborate how? | 11:42:52 |
Jan Tojnar | how what? | 11:43:01 |
@5m5z3q888q5prxkg:chat.lightnovel-dungeon.de | how to enable it (i am still learning nix) | 11:43:18 |