Unverified Commit b3c060a0 authored by Tomodachi94's avatar Tomodachi94 Committed by GitHub
Browse files

mpack: allow building on all platforms (#400100)

parents bbb94299 441df580
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}