    buildInputs = [ python ];
    buildPhase = ''
      patchShebangs .
      ./install.sh
    '';
