Commit graph

12 commits

Author SHA1 Message Date
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Clemens Fruhwirth 224cd007c1 fakeroot: Add sed dependency. 2019-01-04 13:11:24 +01:00
Charles Duffy c93ab5eeb8
fakeroot: 1.22 -> 1.23 2018-10-26 15:26:38 -05:00
Ryan Mulligan c7f30b3ef7 fakeroot: 1.20.2 -> 1.22
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/fakeroot help` got 0 exit code
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/fakeroot -v` and found version 1.22
- ran `/nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22/bin/faked --version` and found version 1.22
- found 1.22 with grep in /nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22
- found 1.22 in filename of file in /nix/store/6w63mywdbpisnbl2is6iqawciya85kv7-fakeroot-1.22
2018-02-25 21:17:47 -08:00
Piotr Bogdan 0d4431cfe9
fakeroot: apply patch to ignore EINVAL errors as well
Fixes #25901 the nixos.ova job.  See the referred links.
2017-06-17 11:36:39 +02:00
Dmitry Kalinkin 82d3f926a9
fakeroot: add darwin support
replace utillinux with getopt

Fixes #22773
2017-03-01 22:33:33 -05:00
Nikolay Amiantov 5cbc177dfb fakeroot: 1.18.4 -> 1.20.2 2015-10-21 13:29:54 +03:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Marc Weber ef9a15a5a4 fix/update debootstrap (thereby updating fakeroot)
fakeroot is used to create devices.tar.gz now (thanks to aszlig)
2012-09-19 11:48:27 +02:00
Michael Raskin 15f77a015e Update fakeroot
svn path=/nixpkgs/trunk/; revision=30610
2011-11-29 05:13:20 +00:00
Lluís Batlle i Rossell 3fed0dff5d Telling fakeroot to build only on linux
svn path=/nixpkgs/trunk/; revision=25441
2011-01-06 10:51:10 +00:00
Lluís Batlle i Rossell eb3d75b740 Adding fakeroot.
svn path=/nixpkgs/trunk/; revision=25440
2011-01-06 10:43:32 +00:00