nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

blackbox-terminal: init at 0.12.0

Open chuangzhu opened this issue 1 year ago • 3 comments

Description of changes

Solves #188062. Depends on #182618. ~~The packaging work is not perfect currently. It doesn't always launch. Most of the times it just crashes with the following error message:~~

**
GLib:ERROR:../glib/gvarianttypeinfo.c:186:g_variant_type_info_check: assertion failed: (0 <= index && index < 24)
Bail out! GLib:ERROR:../glib/gvarianttypeinfo.c:186:g_variant_type_info_check: assertion failed: (0 <= index && index < 24)
Aborted (core dumped)

2022-09-02T17:41:17,572036917+08:00

Things done
  • Built on platform(s)
    • [x] x86_64-linux
    • [ ] aarch64-linux
    • [ ] x86_64-darwin
    • [ ] aarch64-darwin
  • [ ] For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • [ ] Tested, as applicable:
  • [ ] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [x] Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
    • [ ] (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • [x] Fits CONTRIBUTING.md.

chuangzhu avatar Sep 02 '22 09:09 chuangzhu

This is the issue you're facing : https://github.com/mitchmindtree/blackbox.nix/issues/2

Patch is provided in this PR : https://github.com/mitchmindtree/blackbox.nix/pull/3

wyndon avatar Sep 05 '22 06:09 wyndon

vte 0.70 and libadwaita 1.2 can be found in https://github.com/NixOS/nixpkgs/pull/182618

SamLukeYes avatar Sep 23 '22 10:09 SamLukeYes

Rebased to #182618. No patch and overrideAttrs is needed anymore. The app works perfectly.

chuangzhu avatar Sep 26 '22 09:09 chuangzhu

Thank you very much for this PR

schuelermine avatar Oct 28 '22 18:10 schuelermine