pantheon.appcenter: fix build
I believe I misunderstood some things greatly 😅️
This commit is contained in:
parent
afff9f59e3
commit
d74da4fe52
1 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,8 @@
|
|||
, pkgconfig
|
||||
, python3
|
||||
, vala
|
||||
, polkit
|
||||
, libhandy
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
|
@ -58,17 +60,19 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
appstream
|
||||
elementary-icon-theme
|
||||
elementary-gtk-theme
|
||||
elementary-icon-theme
|
||||
flatpak
|
||||
glib
|
||||
granite
|
||||
gtk3
|
||||
json-glib
|
||||
libgee
|
||||
libhandy
|
||||
libsoup
|
||||
libxml2
|
||||
packagekit
|
||||
polkit
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue