lol
0
fork

Configure Feed

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

at 25.11-pre 13 lines 251 B view raw
1{ 2 mkKdeDerivation, 3 qttools, 4}: 5mkKdeDerivation { 6 pname = "kauth"; 7 8 # Late resolve paths so things end up in their own prefix 9 # FIXME(later): discuss with upstream 10 patches = [ ./fix-paths.patch ]; 11 12 extraNativeBuildInputs = [ qttools ]; 13}