postgresql: change pname for postgresql_jit attributes to postgresql-jit
This is for consistency between the top-level attribute and the respective package name, which makes it easier to track derivations.
This commit is contained in:
@@ -46,7 +46,8 @@ let
|
||||
|
||||
stdenv' = if jitSupport then llvmPackages.stdenv else stdenv;
|
||||
in stdenv'.mkDerivation (finalAttrs: {
|
||||
inherit pname version;
|
||||
inherit version;
|
||||
pname = pname + lib.optionalString jitSupport "-jit";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://postgresql/source/v${version}/${pname}-${version}.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user