Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 7 lines 140 B view raw
1{ libtool }: 2 3libtool.overrideAttrs { 4 pname = "glibtool"; 5 meta.mainProgram = "glibtool"; 6 configureFlags = [ "--program-prefix=g" ]; 7}