summary refs log blame commit diff
path: root/pkgs/desktops/plasma-5/discover.nix
blob: b9d3dd80a23ce0e226f413e4046851458a648ac8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
              


                     
         







               
                  
           











              
          
               


                  


              
                     
                                                                        

                                        







                 
                    
             











                
            
                 

                 


                    
{ mkDerivation
, extra-cmake-modules
, gettext
, kdoctools
, python3
, appstream-qt
, discount
, flatpak
, fwupd
, ostree
, packagekit-qt
, pcre
, util-linux
, qtquickcontrols2
, qtwebview
, qtx11extras
, karchive
, kcmutils
, kconfig
, kcrash
, kdbusaddons
, kdeclarative
, kidletime
, kio
, kirigami2
, kitemmodels
, knewstuff
, kpurpose
, kuserfeedback
, kwindowsystem
, kxmlgui
, plasma-framework
}:

mkDerivation {
  pname = "discover";
  nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python3 ];
  buildInputs = [
    # discount is needed for libmarkdown
    appstream-qt
    discount
    flatpak
    fwupd
    ostree
    packagekit-qt
    pcre
    util-linux
    qtquickcontrols2
    qtwebview
    qtx11extras
    karchive
    kcmutils
    kconfig
    kcrash
    kdbusaddons
    kdeclarative
    kidletime
    kio
    kirigami2
    kitemmodels
    knewstuff
    kpurpose
    kuserfeedback
    kwindowsystem
    kxmlgui
    plasma-framework
  ];
}