Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at fix-function-merge 9 lines 210 B view raw
1{mkKdeDerivation}: 2mkKdeDerivation { 3 pname = "kpackage"; 4 5 # Follow symlinks when resolving packages 6 # FIXME(later): upstream 7 patches = [./follow-symlinks.patch]; 8 meta.mainProgram = "kpackagetool6"; 9}