Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 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}