kdePackages/ecm: format

This commit is contained in:
Naxdy 2024-04-21 10:23:35 +02:00
parent 77ad8be778
commit 7e61ef9c48
No known key found for this signature in database
GPG Key ID: CC15075846BCE91B
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{mkKdeDerivation}:
{ mkKdeDerivation }:
mkKdeDerivation {
pname = "extra-cmake-modules";
outputs = ["out"];
outputs = [ "out" ];
setupHook = ./ecm-hook.sh;
}