···1516 propagatedBuildInputs = [ GitPython ];
170000018 meta = with lib; {
19 description = "A command-line tool that helps you clean up Git branches";
20 homepage = "https://github.com/arc90/git-sweep";
···1516 propagatedBuildInputs = [ GitPython ];
1718+ # no tests
19+ doCheck = false;
20+21+ pythonImportsCheck = [ "gitsweep" ];
22+23 meta = with lib; {
24 description = "A command-line tool that helps you clean up Git branches";
25 homepage = "https://github.com/arc90/git-sweep";
···1-{ pkgs, lib, fetchFromGitHub, buildPythonPackage, isPy3k, regex }:
23buildPythonPackage rec {
4 pname = "SoMaJo";
···13 };
1415 propagatedBuildInputs = [ regex ];
0001617 meta = with lib; {
18 description = "Tokenizer and sentence splitter for German and English web texts";
···1+{ lib, stdenv, fetchFromGitHub, buildPythonPackage, isPy3k, regex }:
23buildPythonPackage rec {
4 pname = "SoMaJo";
···13 };
1415 propagatedBuildInputs = [ regex ];
16+17+ # loops forever
18+ doCheck = !stdenv.isDarwin;
1920 meta = with lib; {
21 description = "Tokenizer and sentence splitter for German and English web texts";
+3
pkgs/development/tools/fdroidserver/default.nix
···49 ruamel_yaml
50 ];
5100052 meta = with lib; {
53 homepage = "https://f-droid.org";
54 description = "Server and tools for F-Droid, the Free Software repository system for Android";
···49 ruamel_yaml
50 ];
5152+ # no tests
53+ doCheck = false;
54+55 meta = with lib; {
56 homepage = "https://f-droid.org";
57 description = "Server and tools for F-Droid, the Free Software repository system for Android";