swift-corelibs: use pname&version instead of name

This commit is contained in:
Felix Buehler 2021-12-05 15:39:11 +01:00
parent af02609a90
commit b40eaa1675

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";