python.pkgs.pythonix: mark as broken
This commit is contained in:
parent
e722e0c6c1
commit
ec552248f9
@ -24,5 +24,6 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
maintainers = [ maintainers.mic92 ];
|
maintainers = [ maintainers.mic92 ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -2136,7 +2136,9 @@ in {
|
|||||||
|
|
||||||
python-axolotl-curve25519 = callPackage ../development/python-modules/python-axolotl-curve25519 { };
|
python-axolotl-curve25519 = callPackage ../development/python-modules/python-axolotl-curve25519 { };
|
||||||
|
|
||||||
pythonix = toPythonModule (callPackage ../development/python-modules/pythonix { });
|
pythonix = callPackage ../development/python-modules/pythonix {
|
||||||
|
inherit (pkgs) pkgconfig;
|
||||||
|
};
|
||||||
|
|
||||||
pyramid = callPackage ../development/python-modules/pyramid { };
|
pyramid = callPackage ../development/python-modules/pyramid { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user