Merge pull request #74057 from Ericson2314/wrapper-pname-support

treewide: Purge most parseDrvName
This commit is contained in:
John Ericson
2019-11-24 13:31:35 -05:00
committed by GitHub
42 changed files with 94 additions and 96 deletions

View File

@@ -18,7 +18,7 @@ rec {
buildPhase ? "",
preInstall ? "",
postInstall ? "",
path ? (builtins.parseDrvName name).name,
path ? stdenv.lib.getName name,
addonInfo ? null,
...
}: