mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
swiftPackages.Dispatch: fix linux build
This commit is contained in:
parent
a567024b44
commit
813c58dab1
@ -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 New Issue
Block a user