Skip to content

Commit 552a1f9

Browse files
committed
itsx: enable on darwin
1 parent b7c9ca3 commit 552a1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/applications/science/biology/itsx/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
2929
homepage = "https://microbiology.se/software/itsx/";
3030
license = licenses.gpl3;
3131
maintainers = [ maintainers.bzizou ];
32-
platforms = [ "x86_64-linux" "i686-linux" ];
32+
platforms = platforms.unix;
3333
};
3434
}

0 commit comments

Comments
 (0)