lol
0
fork

Configure Feed

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

at 18.03-beta 14 lines 366 B view raw
1{ mkDerivation, lib 2, extra-cmake-modules, perl, qtbase, qttools 3}: 4 5mkDerivation { 6 name = "syntax-highlighting"; 7 meta = { 8 maintainers = [ lib.maintainers.ttuegel ]; 9 broken = builtins.compareVersions qtbase.version "5.7.0" < 0; 10 }; 11 nativeBuildInputs = [ extra-cmake-modules perl ]; 12 buildInputs = [ qttools ]; 13 propagatedBuildInputs = [ qtbase ]; 14}