Commit graph

16 commits

Author SHA1 Message Date
06kellyjac 2a3b8e76e5 uutils-coreutils: 0.0.6 -> 0.0.7 2021-07-12 20:28:02 +01:00
Finn Behrens 1537d09361 uutils-coreutils: fix darwin build (missing libiconv) 2021-07-07 13:41:35 +02:00
Sandro Jäckel 76a0a717a9 uutils-coreutils: 0.0.4 -> 0.0.6 2021-04-05 04:25:39 +02:00
Sandro Jäckel da4f44311b
uutils-coreutils: install symlinks again by converting to stdenv.mkDerivation which executes make,
add enableMulticallBinary option to generate small binaries and last add
me as a maintainer because I have bigger plans for this package.
2021-03-14 02:15:34 +01:00
Ben Siraphob 9c251b861b uutils-coreutils: 0.0.3 -> 0.0.4 2021-03-09 22:42:22 +07:00
Ben Siraphob c6c186f410 uutils-coreutils: 2019-05-03 -> 0.0.3 2021-02-03 15:27:23 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 965dc7bb24
uutils-coreutils: fix strict deps build 2020-03-29 12:37:26 +01:00
Benjamin Hipple 596b3e6dba uutils-coreutils: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-28 00:20:46 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Maximilian Bosch 51e91f0e8b
uutils-coreutils: fix darwin build
https://hydra.nixos.org/build/108523395
2019-12-29 23:45:09 +01:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
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