Hi David,
very nice patch, thank you for your efforts!
> + wrapProgram --keep-name "$out/$prog" \
> --set TK_LIBRARY "${tk}/lib/tk8.4" \
> --prefix PATH : "${tk}/bin"
Hard-coding the Tk version number in the expression for Git doesn't feel quite
right. Would it be possible to use pattern matching, i.e. ${tk}/lib/tk* to
determine the path for TK_LIBRARY?
Take care,
Peter
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev