Loading pkgs/applications/misc/girara/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Ddocs=disabled" # docs do not seem to be installed (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform)) (lib.mesonEnable "tests" ((stdenv.buildPlatform.canExecute stdenv.hostPlatform) && (!stdenv.isDarwin))) ]; checkPhase = '' Loading Loading
pkgs/applications/misc/girara/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Ddocs=disabled" # docs do not seem to be installed (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform)) (lib.mesonEnable "tests" ((stdenv.buildPlatform.canExecute stdenv.hostPlatform) && (!stdenv.isDarwin))) ]; checkPhase = '' Loading