lol
0
fork

Configure Feed

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

at 17.09-beta 13 lines 420 B view raw
1{ 2 mkDerivation, fetchurl, lib, copyPathsToStore, 3 extra-cmake-modules, kdoctools, 4 karchive, kconfig, kcoreaddons, ki18n, qtbase, 5}: 6 7mkDerivation { 8 name = "kpackage"; 9 meta = { maintainers = [ lib.maintainers.ttuegel ]; }; 10 nativeBuildInputs = [ extra-cmake-modules kdoctools ]; 11 buildInputs = [ karchive kconfig kcoreaddons ki18n qtbase ]; 12 patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); 13}