From 58a372625294c00c0a87a541d19daf5b4372509b Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 3 Sep 2018 23:55:43 +0200 Subject: [PATCH] gnome-builder: add python3 for install script Meson no longer propagates it so we need to re-add it. --- pkgs/applications/editors/gnome-builder/default.nix | 1 + 1 file changed, 1 insertion(+) 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 ];