tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
coprthr: mark as broken (cc @thoughtpolice)
Domen Kožar
11 years ago
e75cf5d1
3eb2e2b4
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
coprthr
default.nix
+2
-1
pkgs/development/libraries/coprthr/default.nix
···
7
8
src = fetchurl {
9
url = "https://github.com/browndeer/coprthr/archive/stable-${version}.zip";
10
-
sha256 = "042aykmcxhdpck0j6k5rcp6a0b5i377fv2nz96v1bpfhzxd1mjwg";
11
};
12
13
buildInputs =
···
33
license = stdenv.lib.licenses.lgpl3;
34
platforms = stdenv.lib.platforms.linux;
35
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
0
36
};
37
}
···
7
8
src = fetchurl {
9
url = "https://github.com/browndeer/coprthr/archive/stable-${version}.zip";
10
+
sha256 = "0ilx4v1ydppjnq1i0z5j0x4lmi29z39sappar7c0wqady0b5dpz9";
11
};
12
13
buildInputs =
···
33
license = stdenv.lib.licenses.lgpl3;
34
platforms = stdenv.lib.platforms.linux;
35
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
36
+
broken = true;
37
};
38
}