lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.11-beta 15 lines 432 B view raw
1{ 2 mkDerivation, lib, 3 extra-cmake-modules, 4 kcoreaddons, ki18n, kpty, kservice, qtbase, 5}: 6 7mkDerivation { 8 pname = "kdesu"; 9 nativeBuildInputs = [ extra-cmake-modules ]; 10 buildInputs = [ kcoreaddons ki18n kpty kservice qtbase ]; 11 propagatedBuildInputs = [ kpty ]; 12 outputs = [ "out" "dev" ]; 13 patches = [ ./kdesu-search-for-wrapped-daemon-first.patch ]; 14 meta.platforms = lib.platforms.linux ++ lib.platforms.freebsd; 15}