kdePackages.merkuro: add missing dependency on qtlocation (#357610)

This commit is contained in:
K900 2024-11-20 20:58:02 +03:00 committed by GitHub
commit b948c596aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
{
mkKdeDerivation,
qtlocation,
qtsvg,
libplasma,
}:
@ -7,6 +8,7 @@ mkKdeDerivation {
pname = "merkuro";
extraBuildInputs = [
qtlocation
qtsvg
libplasma
];