Merge pull request #148716 from Stunkymonkey/swift-corelibs-pname-version

swift-corelibs: use pname&version instead of name
This commit is contained in:
Jörg Thalheim 2021-12-05 17:33:10 +00:00 committed by GitHub
commit 3c14d660f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ let
in
stdenv.mkDerivation {
name = "swift-corefoundation";
pname = "swift-corefoundation";
version = "unstable-2018-09-14";
src = fetchFromGitHub {
owner = "apple";