aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/aesop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-08-20 16:31:18 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-24 20:54:14 +0000
commit78da8d668b51b10d12285483a661307e1d3052eb (patch)
treef24edb95d698d3c240dd1359a0957ec776b94912 /pkgs/applications/office/aesop
parent2530372351fb7c65df1e209356c5eabf5a66fa9e (diff)
pantheon: init a 5.0
Diffstat (limited to 'pkgs/applications/office/aesop')
-rw-r--r--pkgs/applications/office/aesop/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/office/aesop/default.nix b/pkgs/applications/office/aesop/default.nix
index 74a56b1f6caf..51e2c55ea7d0 100644
--- a/pkgs/applications/office/aesop/default.nix
+++ b/pkgs/applications/office/aesop/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fetchpatch, vala_0_40, pkgconfig, meson, ninja, python3, granite, gtk3
+{ stdenv, fetchFromGitHub, fetchpatch, pantheon, pkgconfig, meson, ninja, python3, gtk3
, gnome3, desktop-file-utils, json-glib, libsoup, poppler, gobject-introspection, wrapGAppsHook }:
stdenv.mkDerivation rec {
@@ -21,14 +21,14 @@ stdenv.mkDerivation rec {
ninja
pkgconfig
python3
- vala_0_40 # should be `elementary.vala` when elementary attribute set is merged
+ pantheon.vala
wrapGAppsHook
];
buildInputs = [
- gnome3.defaultIconTheme # should be `elementary.defaultIconTheme`when elementary attribute set is merged
+ pantheon.elementary-icon-theme
gnome3.libgee
- granite
+ pantheon.granite
gtk3
json-glib
libsoup