diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-09-24 12:49:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-24 12:49:51 -0500 |
| commit | df3bbc8a4b67f78d9fffe504cd50ff1855d07c6f (patch) | |
| tree | 3245e112d5cd9d94b8011f60b3ee4a3f6d5a66e2 /pkgs/development/python-modules | |
| parent | c1ff0ae883fde2c78d675adca5c34b4179d9aec3 (diff) | |
| parent | 053f049457deb8d4cd474b00a5edc5c94a74339a (diff) | |
Merge pull request #192297 from wegank/pysam-darwin
pysam: add darwin support
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/pysam/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pysam/default.nix b/pkgs/development/python-modules/pysam/default.nix index d8a38dff9084..55883383c61d 100644 --- a/pkgs/development/python-modules/pysam/default.nix +++ b/pkgs/development/python-modules/pysam/default.nix @@ -109,6 +109,6 @@ buildPythonPackage rec { homepage = "https://pysam.readthedocs.io/"; maintainers = with maintainers; [ unode ]; license = licenses.mit; - platforms = [ "i686-linux" "x86_64-linux" ]; + platforms = platforms.unix; }; } |
