mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
obitools3: removed useless python restriction
This commit is contained in:
parent
2de888a972
commit
4e5a245894
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "1x7a0nrr9agg1pfgq8i1j8r1p6c0jpyxsv196ylix1dd2iivmas1";
|
||||
};
|
||||
|
||||
disabled = python3Packages.pythonOlder "3.5";
|
||||
|
||||
nativeBuildInputs = [ python3Packages.cython cmake ];
|
||||
|
||||
postPatch = lib.optionalString stdenv.isAarch64 ''
|
||||
|
|
Loading…
Reference in a new issue