mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 15:17:33 +00:00
Merge pull request #215434 from DCsunset/skanlite-fix-file-dialog
This commit is contained in:
commit
e89bda6dcb
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user