Merge pull request #148716 from Stunkymonkey/swift-corelibs-pname-version
swift-corelibs: use pname&version instead of name
This commit is contained in:
commit
3c14d660f9
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "swift-corefoundation";
|
||||
pname = "swift-corefoundation";
|
||||
version = "unstable-2018-09-14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apple";
|
||||
|
|
Loading…
Reference in a new issue