about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-10 15:18:38 +0000
committerGitHub <noreply@github.com>2019-10-10 15:18:38 +0000
commitdfe338e464a1d1bdd6027a1818a32e95b601e54a (patch)
tree60f9dcbb6170aa0d1e85f9e26752960ef8d7ce2e /pkgs/applications/editors
parentc0d5833156cd32086642207fbb026ab772d16822 (diff)
parentfeee41963e9ed55f69d6494be6a3080be46965a6 (diff)
downloadnixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar.gz
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar.bz2
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar.lz
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar.xz
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.tar.zst
nixlib-dfe338e464a1d1bdd6027a1818a32e95b601e54a.zip
Merge pull request #70890 from worldofpeace/pantheon-no-lts-vala
pantheon: use latest vala
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/quilter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 49f41d5205b3..41a87de2effd 100644
--- a/pkgs/applications/editors/quilter/default.nix
+++ b/pkgs/applications/editors/quilter/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, pkgconfig, meson, ninja, python3
+{ stdenv, fetchFromGitHub, pkgconfig, meson, ninja, python3, vala
 , gtk3, desktop-file-utils, gtksourceview, webkitgtk, gtkspell3, pantheon
 , libgee, discount, wrapGAppsHook }:
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     desktop-file-utils
     meson
     ninja
-    pantheon.vala
+    vala
     pkgconfig
     python3
     wrapGAppsHook