pantheon: drop gobject-introspection for setup-hook
Vala now has the setup-hook we need. [0] [0]: https://github.com/NixOS/nixpkgs/commit/79ca7f4cb4ab0842fd31ea3c1acfcb6f7baae55e
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, python3
|
||||
, ninja, substituteAll, vala, gtk3, granite, wingpanel, evolution-data-server
|
||||
, libical, libgee, libxml2, libsoup, gobject-introspection
|
||||
, elementary-calendar, elementary-icon-theme, wrapGAppsHook }:
|
||||
, libical, libgee, libxml2, libsoup, elementary-calendar, elementary-icon-theme, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wingpanel-indicator-datetime";
|
||||
@@ -21,7 +20,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
gobject-introspection
|
||||
libxml2
|
||||
meson
|
||||
ninja
|
||||
|
||||
Reference in New Issue
Block a user