lol

python3Packages.scikit-bio: mark as x86_64-only

authored by

Robert T. McGibbon and committed by
Jonathan Ringer
61c23715 dcc98455

+1
+1
pkgs/development/python-modules/scikit-bio/default.nix
··· 45 45 homepage = "http://scikit-bio.org/"; 46 46 description = "Data structures, algorithms and educational resources for bioinformatics"; 47 47 license = licenses.bsd3; 48 + platforms = [ "x86_64-linux" "x86_64-darwin" ]; 48 49 maintainers = [ maintainers.costrouc ]; 49 50 }; 50 51 }