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