Merge pull request #215434 from DCsunset/skanlite-fix-file-dialog

This commit is contained in:
Artturi 2023-09-08 04:22:06 +03:00 committed by GitHub
commit e89bda6dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
{
mkDerivation, lib,
wrapGAppsHook,
extra-cmake-modules, kdoctools,
kio, libksane
}:
@ -13,6 +14,6 @@ mkDerivation {
maintainers = with maintainers; [ polendri ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
nativeBuildInputs = [ wrapGAppsHook extra-cmake-modules kdoctools ];
buildInputs = [ kio libksane ];
}