Merge pull request #230216 from MatthewCroughan/mc/unbreak-openhmd

openhmd: unbreak
This commit is contained in:
Weijia Wang
2023-05-06 13:09:32 +03:00
committed by GitHub
@@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ oxij ];
platforms = platforms.unix;
broken = true;
};
}