Hello, "Sander van der Burg - EWI" <[email protected]> writes:
> I noticed that *.tar.lzma tarballs are becoming more common now, I’m not sure about that. My understanding is that it used to be in fashion at some point, but eventually got superseded by ‘xz’ (and perhaps something else before). So I’m inclined to leaving just gzip and bzip2 in ‘stdenv’ by default. What do you think? [...] > The libtool unpack command, however, does not work on OpenBSD since > the -f option is not passed to the tar command But OpenBSD’s stdenv now uses GNU tar, right? At any rate, ‘libtool2.nix’ does “lzma -d < $src | tar xv”, which should be POSIXly correct. If it’s not, changing it to “lzma -d < $src | tar xv -” should be enough. > (yes, we have more platforms now in the buildfarm). That’s cool, thank you! Ludo’. _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
