Skip to content

Commit

Permalink
mkPythonDerivation: let name default to ${pname}-${version}
Browse files Browse the repository at this point in the history
(cherry picked from commit 78ed9da)
  • Loading branch information
orivej authored and FRidh committed Jan 14, 2018
1 parent bc66772 commit eb2e3be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
, ensureNewerSourcesHook
}:

{ name
{ name ? "${attrs.pname}-${attrs.version}"

# by default prefix `name` e.g. "python3.3-${name}"
, namePrefix ? python.libPrefix + "-"
Expand Down

0 comments on commit eb2e3be

Please sign in to comment.