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.

Emily efde96d9 0ec026a1

+1 -1
+1 -1
pkgs/development/compilers/swift/compiler/default.nix
··· 658 658 mv llvm/bin/clang-15{-unwrapped,} 659 659 mv swift/bin/swift-frontend{-unwrapped,} 660 660 661 - mkdir $out $lib 661 + mkdir $lib 662 662 663 663 # Install clang binaries only. We hide these with the wrapper, so they are 664 664 # for private use by Swift only.