openhmd: unbreak

This commit is contained in:
matthewcroughan 2023-05-05 23:09:53 +01:00
parent 3fdc233395
commit 0fdd4fe0b6

View file

@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ oxij ];
platforms = platforms.unix;
broken = true;
};
}