kdePackages.merkuro: add missing dependency on qtlocation

8a29fe2c16
This commit is contained in:
Aaron Bieber 2024-11-20 10:36:01 -07:00
parent 7b97b0732c
commit 62ccec5d8a
No known key found for this signature in database

View File

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