From efde96d9bebd64d8fea57a1987e019a991678d91 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 11 Aug 2025 15:36:06 +0100 Subject: [PATCH] swiftPackages.swift-unwrapped: drop unnecessary `mkdir` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- pkgs/development/compilers/swift/compiler/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/swift/compiler/default.nix b/pkgs/development/compilers/swift/compiler/default.nix index 561b89d6f8fb..c2009a318efc 100644 --- a/pkgs/development/compilers/swift/compiler/default.nix +++ b/pkgs/development/compilers/swift/compiler/default.nix @@ -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.