Commit graph

4 commits

Author SHA1 Message Date
Maximilian Bosch 2a818c101a
uutils-coreutils: 2018-09-30 -> 2019-05-03
There's still no new release, but since there are ~120 commits since
August with several dependency bumps and improvements regarding the
compatibility with the GNU coreutils.

The full diff can be viewed here:
a161b7e803...036dd81295
2019-05-11 11:29:23 +02:00
Vladyslav Mykhailichenko 1e02a2c063 uutils-coreutils: 2018-02-09 -> 2018-09-30 2018-10-05 10:50:19 +03:00
Maximilian Bosch a820dba469
uutils-coreutils: disable general unix build for now
Currently the installation on Darwin fails due to a bug in the
installation script: https://github.com/NixOS/nixpkgs/pull/34840#issuecomment-369227222

As I lack knowledge and resources to properly test this package against
Darwin I'll disallow Darwin builds for now.
2018-03-03 01:47:57 +01:00
Maximilian Bosch 97700fe811
uutils-coreutils: init at 2018-02-09
`uutils-coreutils` is an a cross-platform rewrite of GNU/coreutils based
on Rust. It aims to increase portability and improve Windows support
(see https://github.com/uutils/coreutils#why).

Since the derivation provides the same binaries as `coreutils` does a
`prefix` argument as been added to the function to avoid any conflicts
that can be used like this:

``` nix
self: super:
{
  uutils-coreutils = self.uutils-coreutils.override { prefix = "uutils"; };
}
```

Resolves #28114 /cc @NeQuissimus

-----
Important notice: the patch depends on #34505 which needs to be merged
*FIRST* as it fixes a bug in the `rustc` setup of nixpkgs (see the PR's
discussion and 5c9665f41c (commitcomment-27271420) for further reference).
2018-02-28 12:04:28 +01:00