mpack: allow building on all platforms (#400100)

This commit is contained in:
Tomodachi94
2025-04-19 14:25:58 -07:00
committed by GitHub
-1
View File
@@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Utilities for encoding and decoding binary files in MIME";
license = licenses.free;
platforms = platforms.linux;
maintainers = with maintainers; [ tomodachi94 ];
};
}