Merge pull request #264539 from alyssais/libhugetlbfs-aarch64

libhugetlbfs: mark supported on aarch64
This commit is contained in:
K900 2023-10-31 11:25:40 +03:00 committed by GitHub
commit 195ea24aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,6 @@ stdenv.mkDerivation rec {
badPlatforms = flatten [ badPlatforms = flatten [
systems.inspect.platformPatterns.isStatic systems.inspect.platformPatterns.isStatic
systems.inspect.patterns.isMusl systems.inspect.patterns.isMusl
systems.inspect.patterns.isAarch64
]; ];
}; };
} }