We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c9ca3 commit 552a1f9Copy full SHA for 552a1f9
1 file changed
pkgs/applications/science/biology/itsx/default.nix
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
29
homepage = "https://microbiology.se/software/itsx/";
30
license = licenses.gpl3;
31
maintainers = [ maintainers.bzizou ];
32
- platforms = [ "x86_64-linux" "i686-linux" ];
+ platforms = platforms.unix;
33
};
34
}
0 commit comments