lol

darwin: subunit: allow build on Darwin

+1 -1
+1 -1
pkgs/development/libraries/subunit/default.nix
··· 21 21 description = "A streaming protocol for test results"; 22 22 homepage = https://launchpad.net/subunit; 23 23 license = licenses.asl20; 24 - platforms = platforms.linux; 24 + platforms = platforms.all; 25 25 }; 26 26 }