nixpkgs/pkgs
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
..
applications tudu: 0.10 -> 0.10.2 2018-02-28 11:46:59 +01:00
build-support Merge pull request #35247 from telent/mips32 2018-02-27 14:01:15 -05:00
common-updater update-source-version: Fix regex metacharacter 2018-02-17 22:34:12 +02:00
data fira-code: 1.204 -> 1.205 2018-02-27 20:37:33 -05:00
desktops tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
development uid_wrapper: 1.2.0 -> 1.2.4 2018-02-28 11:50:56 +01:00
games lgogdownloader: 3.2 -> 3.3 2018-02-26 20:08:31 -08:00
misc sc-controller: 0.4.0.1 -> 0.4.0.2 2018-02-28 11:31:29 +01:00
os-specific pagemon: 0.01.10 -> 0.01.12 2018-02-28 11:30:46 +01:00
servers tvheadend: 4.2.4 -> 4.2.5 2018-02-28 11:37:14 +01:00
shells Merge pull request #36106 from ryantm/auto-update/zsh-autosuggestions-0.4.0-to-0.4.2 2018-02-28 08:49:16 +00:00
stdenv prebuilt android tools: Init using SDK 2018-02-27 14:15:39 -05:00
test tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
tools uutils-coreutils: init at 2018-02-09 2018-02-28 12:04:28 +01:00
top-level uutils-coreutils: init at 2018-02-09 2018-02-28 12:04:28 +01:00