mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
baloo: remove qtquick1 input
This commit is contained in:
parent
f64eaa7b14
commit
7661144ae9
@ -1,6 +1,6 @@
|
||||
{ kdeFramework, lib, extra-cmake-modules, kauth, kconfig
|
||||
, kcoreaddons, kcrash, kdbusaddons, kfilemetadata, ki18n, kidletime
|
||||
, kio, lmdb, makeQtWrapper, qtbase, qtquick1, solid
|
||||
, kio, lmdb, makeQtWrapper, qtbase, solid
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
@ -8,7 +8,7 @@ kdeFramework {
|
||||
nativeBuildInputs = [ extra-cmake-modules makeQtWrapper ];
|
||||
propagatedBuildInputs = [
|
||||
kauth kconfig kcoreaddons kcrash kdbusaddons kfilemetadata ki18n kio
|
||||
kidletime lmdb qtbase qtquick1 solid
|
||||
kidletime lmdb qtbase solid
|
||||
];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/baloo_file"
|
||||
|
Loading…
Reference in New Issue
Block a user