tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
pythonPackages.turses: disabled pypy and py3k builds
Rok Garbas
10 years ago
077f7cea
f75a122d
+1
1 changed file
expand all
collapse all
unified
split
pkgs
top-level
python-packages.nix
+1
pkgs/top-level/python-packages.nix
···
19932
19932
19933
19933
turses = buildPythonPackage (rec {
19934
19934
name = "turses-0.3.1";
19935
19935
+
disabled = isPyPy || isPy3k;
19935
19936
19936
19937
src = pkgs.fetchurl {
19937
19938
url = "http://pypi.python.org/packages/source/t/turses/${name}.tar.gz";