pantheon: init a 5.0

This commit is contained in:
worldofpeace
2019-01-24 20:54:14 +00:00
parent 2530372351
commit 78da8d668b
129 changed files with 5013 additions and 91 deletions
+4 -5
View File
@@ -1,8 +1,7 @@
{ stdenv, fetchFromGitHub
, meson, ninja, pkgconfig, python3
, gnome3, vala_0_40, gobject-introspection, wrapGAppsHook
, gtk3, granite
, json-glib, glib, glib-networking, hicolor-icon-theme
, gnome3, pantheon, gobject-introspection, wrapGAppsHook
, gtk3, json-glib, glib, glib-networking, hicolor-icon-theme
}:
let
@@ -24,11 +23,11 @@ in stdenv.mkDerivation rec {
ninja
pkgconfig
python3
vala_0_40 # should be `elementary.vala` when elementary attribute set is merged
pantheon.vala
wrapGAppsHook
];
buildInputs = [
gtk3 granite json-glib glib glib-networking hicolor-icon-theme
gtk3 pantheon.granite json-glib glib glib-networking hicolor-icon-theme
gnome3.libgee gnome3.libsoup gnome3.gsettings-desktop-schemas
];