swiftPackages.swift-unwrapped: drop unnecessary mkdir

Honestly I did this in the middle of trying things and then forgot
about it, and I just don’t feel like bootstrapping the whole thing
again to drop this commit.
This commit is contained in:
Emily
2025-08-11 15:36:06 +01:00
parent 0ec026a14a
commit efde96d9be

View File

@@ -658,7 +658,7 @@ stdenv.mkDerivation {
mv llvm/bin/clang-15{-unwrapped,}
mv swift/bin/swift-frontend{-unwrapped,}
mkdir $out $lib
mkdir $lib
# Install clang binaries only. We hide these with the wrapper, so they are
# for private use by Swift only.