Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 229 B view raw
1{ 2 mkDerivation, 3 lib, 4 extra-cmake-modules, 5 kcodecs, 6}: 7 8mkDerivation { 9 pname = "syndication"; 10 meta.maintainers = [ lib.maintainers.bkchr ]; 11 nativeBuildInputs = [ extra-cmake-modules ]; 12 buildInputs = [ kcodecs ]; 13}