mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
gnome-extension-manager: remove workaround
This has been added some time from upstream. See mjakeman/extension-manager#263.
This commit is contained in:
parent
93005a2a69
commit
37a4203e80
@ -54,9 +54,6 @@ stdenv.mkDerivation rec {
|
||||
text-engine
|
||||
];
|
||||
|
||||
# See https://github.com/NixOS/nixpkgs/issues/36468.
|
||||
mesonFlags = [ "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Desktop app for managing GNOME shell extensions";
|
||||
homepage = "https://github.com/mjakeman/extension-manager";
|
||||
|
Loading…
Reference in New Issue
Block a user