summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/gnome-builder
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-09-03 23:55:43 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-09-04 03:23:41 +0200
commit58a372625294c00c0a87a541d19daf5b4372509b (patch)
treee3b7a8d7546d255a81322fe985439c6deb550f10 /pkgs/applications/editors/gnome-builder
parent577d1370f10a8c28fcc3c92e0917c6062eea673e (diff)
gnome-builder: add python3 for install script
Meson no longer propagates it so we need to re-add it.
Diffstat (limited to 'pkgs/applications/editors/gnome-builder')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index db2d07db31e7..6fcf9d7d3a9d 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -52,6 +52,7 @@ in stdenv.mkDerivation {
meson
ninja
pkgconfig
+ python3
python3.pkgs.wrapPython
wrapGAppsHook
];