Skip to content

Commit

Permalink
swiftPackages.Dispatch: fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Nov 21, 2022
1 parent a567024 commit 813c58d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/compilers/swift/libdispatch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
, useSwift ? true, swift
}:

stdenv.mkDerivation {
let
sources = callPackage ../sources.nix { };
in stdenv.mkDerivation {
pname = "swift-corelibs-libdispatch";

inherit (sources) version;
Expand Down

0 comments on commit 813c58d

Please sign in to comment.