Skip to content

Commit 04721e3

Browse files
authored
mkclean: expand meta.platforms to unix (#406197)
2 parents 7372503 + 2392a76 commit 04721e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/by-name/mk/mkclean/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
2727
homepage = "https://www.matroska.org";
2828
license = lib.licenses.bsdOriginal;
2929
maintainers = with lib.maintainers; [ cawilliamson ];
30-
platforms = [
31-
"i686-linux"
32-
"x86_64-linux"
33-
];
30+
platforms = lib.platforms.unix;
3431
};
3532
})

0 commit comments

Comments
 (0)