xvfb-run: fix and enable strictDeps (#412449)

authored by Aleksana and committed by GitHub ce513907 657f19ac

+7
+7
pkgs/tools/misc/xvfb-run/default.nix
··· 13 13 coreutils, 14 14 installShellFiles, 15 15 xterm, 16 + bashNonInteractive, 16 17 }: 17 18 stdenvNoCC.mkDerivation { 18 19 pname = "xvfb-run"; ··· 29 30 makeWrapper 30 31 installShellFiles 31 32 ]; 33 + 34 + buildInputs = [ 35 + bashNonInteractive 36 + ]; 37 + 38 + strictDeps = true; 32 39 33 40 dontUnpack = true; 34 41 dontBuild = true;