Merge pull request #192297 from wegank/pysam-darwin

pysam: add darwin support

authored by Mario Rodas and committed by GitHub df3bbc8a c1ff0ae8

+1 -1
+1 -1
pkgs/development/python-modules/pysam/default.nix
··· 109 109 homepage = "https://pysam.readthedocs.io/"; 110 110 maintainers = with maintainers; [ unode ]; 111 111 license = licenses.mit; 112 - platforms = [ "i686-linux" "x86_64-linux" ]; 112 + platforms = platforms.unix; 113 113 }; 114 114 }