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 9 lines 125 B view raw
1{ 2 mkKdeDerivation, 3 qtdeclarative, 4}: 5mkKdeDerivation { 6 pname = "kitemmodels"; 7 8 extraBuildInputs = [qtdeclarative]; 9}