nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

at fix-function-merge 10 lines 233 B view raw
1{ mkDerivation 2, extra-cmake-modules, perl, qtbase, qttools 3}: 4 5mkDerivation { 6 pname = "syntax-highlighting"; 7 nativeBuildInputs = [ extra-cmake-modules perl ]; 8 buildInputs = [ qttools ]; 9 propagatedBuildInputs = [ qtbase ]; 10}