pantheon: stylize expressions
The same way we want them in GNOME in nixpkgs. Didn't touch the greeter expression because I have a branch where it's already rewritten.
This commit is contained in:
@@ -1,6 +1,24 @@
|
||||
{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, python3
|
||||
, ninja, vala, gtk3, granite, wingpanel, evolution-data-server
|
||||
, libical, libgee, libxml2, libsoup, elementary-calendar, elementary-icon-theme, wrapGAppsHook }:
|
||||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, pantheon
|
||||
, pkgconfig
|
||||
, meson
|
||||
, python3
|
||||
, ninja
|
||||
, vala
|
||||
, gtk3
|
||||
, granite
|
||||
, wingpanel
|
||||
, evolution-data-server
|
||||
, libical
|
||||
, libgee
|
||||
, libxml2
|
||||
, libsoup
|
||||
, elementary-calendar
|
||||
, elementary-icon-theme
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wingpanel-indicator-datetime";
|
||||
|
||||
Reference in New Issue
Block a user