Simplify source tarball postUnpack cleanupx

This commit is contained in:
John Ericson
2015-10-15 11:42:24 -07:00
parent 133a421bb4
commit 164487a5ba
+1 -1
View File
@@ -36,7 +36,7 @@ let
postUnpack = ''
# Clean up when building from a working tree.
(cd $sourceRoot && (git ls-files -o | xargs -r rm -v))
git -C $sourceRoot clean -fd
'';
preConfigure = ''