untrunc-anthwlock: mark as unbroken on darwin

Fixed by c39770ecc5 (libui: fix typo when installing libs on darwin,
2022-07-09).
This commit is contained in:
Sebastián Mancilla
2022-07-09 23:56:43 -04:00
parent c39770ecc5
commit cf88ead89d
@@ -27,7 +27,6 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "Restore a truncated mp4/mov (improved version of ponchio/untrunc)";
homepage = "https://github.com/anthwlock/untrunc";
license = licenses.gpl2;