swiftPackages.Dispatch: fix linux build
This commit is contained in:
parent
a567024b44
commit
813c58dab1
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
, useSwift ? true, swift
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
let
|
||||
sources = callPackage ../sources.nix { };
|
||||
in stdenv.mkDerivation {
|
||||
pname = "swift-corelibs-libdispatch";
|
||||
|
||||
inherit (sources) version;
|
||||
|
|
Loading…
Reference in a new issue