From e32a5dafafb9bbd176264325f1afc034e97e519d Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Mon, 30 Jul 2018 21:43:12 -0700 Subject: [PATCH] gnome-builder: include developer docs in $out --- pkgs/applications/editors/gnome-builder/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix index d8bd4565f44f..0a7bc42bd4be 100644 --- a/pkgs/applications/editors/gnome-builder/default.nix +++ b/pkgs/applications/editors/gnome-builder/default.nix @@ -73,6 +73,8 @@ in stdenv.mkDerivation { webkitgtk ]; + outputDevdoc = "out"; + prePatch = '' patchShebangs build-aux/meson/post_install.py '';