brunsli: fix building on darwin

This commit is contained in:
Robert Scott
2022-10-30 12:22:12 +00:00
parent 33ea139261
commit 434f16a764
@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
postPatch = ''
rm -r third_party
'' + lib.optionalString stdenv.isDarwin ''
rm -r build
'';
nativeBuildInputs = [