Merge pull request #106923 from LouisTakePILLz/fix-missing-version-kde
kdeApplications: split derivation name into pname and version attributes
This commit is contained in:
commit
f3e8cb10f4
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ let
|
|||
libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {};
|
||||
in
|
||||
mkDerivation (args // {
|
||||
name = "${name}-${version}";
|
||||
inherit src;
|
||||
pname = name;
|
||||
inherit src version;
|
||||
|
||||
outputs = args.outputs or [ "out" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue