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


                     
         




              

            
                  
           











              
          
               


                  


              
                     
                                                                        

                                        




                

              
                    
             











                
            
                 

                 


                    
{ mkDerivation
, extra-cmake-modules
, gettext
, kdoctools
, python3
, appstream-qt
, discount
, flatpak
, fwupd
, ostree
, 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
    pcre
    util-linux
    qtquickcontrols2
    qtwebview
    qtx11extras
    karchive
    kcmutils
    kconfig
    kcrash
    kdbusaddons
    kdeclarative
    kidletime
    kio
    kirigami2
    kitemmodels
    knewstuff
    kpurpose
    kuserfeedback
    kwindowsystem
    kxmlgui
    plasma-framework
  ];
}