mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
gnome-extension-manager: fix black screen via upstream patch (#358236)
This commit is contained in:
parent
1c09ff099b
commit
e2e988d917
@ -18,6 +18,7 @@
|
||||
, glib
|
||||
, libbacktrace
|
||||
, text-engine
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -54,6 +55,14 @@ stdenv.mkDerivation rec {
|
||||
text-engine
|
||||
];
|
||||
|
||||
patches = [
|
||||
# fix black window when opened, remove in next release
|
||||
(fetchpatch {
|
||||
url = "https://github.com/mjakeman/extension-manager/commit/91d1c42a30e12131dc3c5afd8a709e7db2a95b70.patch";
|
||||
hash = "sha256-NtsJeqclUx4L3wbyQ46ZCoo4IKSu4/HoT/FD20xriZ4=";
|
||||
})
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonOption "package" "Nix")
|
||||
(lib.mesonOption "distributor" "nixpkgs")
|
||||
|
Loading…
Reference in New Issue
Block a user