Merge pull request #145288 from SuperSandro2000/baloo

This commit is contained in:
Sandro 2021-11-10 10:07:26 +01:00 committed by GitHub
commit ae46c29140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,6 @@ mkDerivation {
kauth kconfig kcrash kdbusaddons ki18n kio kidletime lmdb qtdeclarative
solid
];
outputs = [ "dev" "out" ];
outputs = [ "out" "dev" ];
propagatedBuildInputs = [ kcoreaddons kfilemetadata qtbase ];
}