darwin: subunit: allow build on Darwin
This commit is contained in:
parent
d8c5f4dd56
commit
492562fe59
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A streaming protocol for test results";
|
description = "A streaming protocol for test results";
|
||||||
homepage = https://launchpad.net/subunit;
|
homepage = https://launchpad.net/subunit;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user