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

authored by Artturi and committed by GitHub e89bda6d e6aa3388

+2 -1
+2 -1
pkgs/applications/kde/skanlite.nix
··· 1 1 { 2 2 mkDerivation, lib, 3 + wrapGAppsHook, 3 4 extra-cmake-modules, kdoctools, 4 5 kio, libksane 5 6 }: ··· 13 14 maintainers = with maintainers; [ polendri ]; 14 15 }; 15 16 16 - nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 17 + nativeBuildInputs = [ wrapGAppsHook extra-cmake-modules kdoctools ]; 17 18 buildInputs = [ kio libksane ]; 18 19 }