Commit graph

51 commits

Author SHA1 Message Date
R. RyanTM 796208b8fc debootstrap: 1.0.123 -> 1.0.124 2021-05-08 17:46:08 -07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
R. RyanTM d161f64888 debootstrap: 1.0.119 -> 1.0.123 2020-04-05 13:59:54 +00:00
R. RyanTM 5db4396b91 debootstrap: 1.0.117 -> 1.0.119 2020-03-05 15:45:32 -08:00
R. RyanTM 9d1c581a39 debootstrap: 1.0.116 -> 1.0.117 2020-02-12 06:00:43 +00:00
R. RyanTM 460bb4a436 debootstrap: 1.0.115 -> 1.0.116
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2019-10-07 22:05:43 -07:00
xrelkd c9b88d0d79 debootstrap: 1.0.114 -> 1.0.115 2019-07-13 01:12:14 +08:00
R. RyanTM 3c0c79f771 debootstrap: 1.0.112 -> 1.0.114
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2019-01-17 16:45:00 -08:00
R. RyanTM eab0c3258f debootstrap: 1.0.111 -> 1.0.112
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2019-01-04 11:11:37 +01:00
R. RyanTM f6758780f5 debootstrap: 1.0.110 -> 1.0.111
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-12-16 04:50:09 -08:00
R. RyanTM 3de237efb1 debootstrap: 1.0.109 -> 1.0.110
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-11-10 02:19:30 -08:00
Piotr Bogdan be63e30563 debootstrap: fix up paths to {chroot,unshare}, small clean up
Fixes #45915.
2018-10-20 18:02:09 +01:00
R. RyanTM 73dbb11a0d debootstrap: 1.0.108 -> 1.0.109
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-20 16:41:18 -07:00
R. RyanTM 8955ec6c73 debootstrap: 1.0.107 -> 1.0.108 (#46294)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2018-09-11 23:38:42 +02:00
Jörg Thalheim dafe0ab814 debootstrap: add wget also to PATH 2018-08-17 14:06:40 +01:00
R. RyanTM c9e2ebeb96 debootstrap: 1.0.106 -> 1.0.107
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions.
2018-08-17 04:47:59 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM 9a97a83e66 debootstrap: 1.0.105 -> 1.0.106
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/debootstrap/versions.
2018-07-11 06:13:30 -07:00
R. RyanTM bdf8f61d3f debootstrap: 1.0.103 -> 1.0.105
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/a4cy4rmcr4bn1mjvns0dm4n4yma17mbl-debootstrap-1.0.105/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.105 with grep in /nix/store/a4cy4rmcr4bn1mjvns0dm4n4yma17mbl-debootstrap-1.0.105
- directory tree listing: https://gist.github.com/40e65f229f988ac5e3640bc3461c45f1
- du listing: https://gist.github.com/0fcad76edd4428db9a9941418c3471ca
2018-07-04 11:42:33 -07:00
R. RyanTM 741d146826 debootstrap: 1.0.102 -> 1.0.103 (#42514)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/ysxn2fpiivgri65bcqf9z2ys794vv7xk-debootstrap-1.0.103/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.103 with grep in /nix/store/ysxn2fpiivgri65bcqf9z2ys794vv7xk-debootstrap-1.0.103
- directory tree listing: https://gist.github.com/06c1aec1c5c510a9ce4b0895c3a4fea2
- du listing: https://gist.github.com/81f3607504e359d1e330c44eb817d04b
2018-06-24 20:15:40 +02:00
R. RyanTM a13cc11517 debootstrap: 1.0.101 -> 1.0.102
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/1d259k14mlj2g4ahwzrqysz8qzq3h0yf-debootstrap-1.0.102/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.102 with grep in /nix/store/1d259k14mlj2g4ahwzrqysz8qzq3h0yf-debootstrap-1.0.102
- directory tree listing: https://gist.github.com/a5ffc7b266836c399de6806088eb48a7
- du listing: https://gist.github.com/7ec59bc18aa8dc8cf0540391333485c2
2018-06-19 14:44:44 -07:00
R. RyanTM c283f18b0f debootstrap: 1.0.100 -> 1.0.101 (#41573)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.101 with grep in /nix/store/x9xnb4bkg9h18iz4xvjsqwq1yzy7y4fg-debootstrap-1.0.101
- directory tree listing: https://gist.github.com/ff456a293ac749e2bb7a78fd6cf95906
- du listing: https://gist.github.com/57824cbc8d981aa24e5d98ca35e86053
2018-06-09 23:34:36 +02:00
R. RyanTM 742a5e040f debootstrap: 1.0.99 -> 1.0.100
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/g8j2xv68jlpcggliz2as8814pnlls6x5-debootstrap-1.0.100/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.100 with grep in /nix/store/g8j2xv68jlpcggliz2as8814pnlls6x5-debootstrap-1.0.100
- directory tree listing: https://gist.github.com/70fb3fb65a686979e6e2524ca19aabeb
- du listing: https://gist.github.com/e292e6056ab90b1742bed2ca6569a506
2018-05-23 00:48:22 -07:00
R. RyanTM 1fd9740efb debootstrap: 1.0.98 -> 1.0.99
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/nnih8xgijkbs82f7xig7q615m9nm8vbd-debootstrap-1.0.99/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.99 with grep in /nix/store/nnih8xgijkbs82f7xig7q615m9nm8vbd-debootstrap-1.0.99
- directory tree listing: https://gist.github.com/1c31f499b4a365254573c6c37df9e41c
- du listing: https://gist.github.com/bb42785bdce49536fc4aec7913c57bdf
2018-05-21 09:01:40 +00:00
R. RyanTM 94cb35748e debootstrap: 1.0.97 -> 1.0.98 (#40682)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- /nix/store/m0h3f8pqvj25qgxc3z8qr9dz5id09ak7-debootstrap-1.0.98/bin/debootstrap passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 1.0.98 with grep in /nix/store/m0h3f8pqvj25qgxc3z8qr9dz5id09ak7-debootstrap-1.0.98
- directory tree listing: https://gist.github.com/f2964467bd7a4c6fb63e26c0c192fdc2
- du listing: https://gist.github.com/987ba3269a198a4eb67c50f8263d192d
2018-05-17 22:44:42 +02:00
R. RyanTM cff3153b23 debootstrap: 1.0.95 -> 1.0.97
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/3xn6n1ldz25y4lnsy4p9g6m512f7vx96-debootstrap-1.0.97/bin/debootstrap --help’ got 0 exit code
- found 1.0.97 with grep in /nix/store/3xn6n1ldz25y4lnsy4p9g6m512f7vx96-debootstrap-1.0.97
- directory tree listing: https://gist.github.com/be7bb7552141923f8ef6cced5d4c16dc
2018-04-20 07:24:11 -07:00
R. RyanTM ff900a91a6 debootstrap: 1.0.93 -> 1.0.95
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95/bin/debootstrap --help` got 0 exit code
- found 1.0.95 with grep in /nix/store/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95
- directory tree listing: https://gist.github.com/7983943ad2e8485325712bd046091536
2018-04-01 04:00:43 -07:00
adisbladis 470ba2f5da
debootstrap: 1.0.92 -> 1.0.93 2018-01-08 05:48:01 +08:00
Piotr Bogdan cac4cb401c debootstrap: 1.0.87 -> 1.0.92 2017-11-06 14:25:44 +00:00
Michael Raskin e29e246720 debootstrap: 1.0.80 -> 1.0.87 2016-11-24 22:52:19 +01:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
Franz Pletz 5ca8694095 debootstrap: 1.0.68 -> 1.0.80 2016-05-03 16:15:20 +02:00
Tobias Geerinckx-Rice 32d40f0f98 Remove no longer (or never) referenced patches
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-24 02:02:21 +01:00
Herwig Hochleitner 3df28a32f5 debootstrap: update to current stable
makedev 2.3.1-89 -> 2.3.1-93
debootstrap 1.0.66 -> 1.0.67
2015-05-26 09:52:07 +02:00
Kosyrev Serge bd3f891c1c debootstrap: 1.0.64.tar.xz -> 1.0.66.tar.gz (close #5548)
It was 404.
@vcunat: convert URLs to mirror://debian.
2015-01-20 16:51:46 +01:00
Kosyrev Serge ae72e5ba8f debootstrap | 404-fix: -> 1.0.64, since 1.0.63 disappeared from archive 2014-11-30 16:51:42 +03:00
Kosyrev Serge 3a95f9cafc debootstrap | 404-fix: 1.0.60 is gone from debian mirrors, update to
1.0.63

Closes #4321
2014-09-30 07:57:55 +01:00
Peter Simons 2d326e5032 Merge remote-tracking branch 'origin/master' into staging.
Conflicts:
	pkgs/desktops/e18/enlightenment.nix
2014-08-04 16:51:47 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra 40f7b0f9df Another attempt to eradicate ensureDir
See c556a6ea46.
2014-06-30 14:56:10 +02:00
Rob Vermaas 400e85ae1e debootstrap: update from 1.0.42 to 1.0.60 2014-05-27 21:30:59 +02:00
Michael Raskin d26ac88caf Merging pull request 121 from MarcWeber: update/fix debootstrap with minor fixes 2012-10-05 12:26:13 +04: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
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra 6609710409 * Get rid of many instances of "args: with args;", and other coding
guidelines violations.
* Updated libsamplerate to 0.1.7.

svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Eelco Dolstra 95c5f85819 * Fix misspelled package name.
svn path=/nixpkgs/trunk/; revision=22777
2010-07-28 08:21:56 +00:00
Marc Weber 853261c5c5 typo
svn path=/nixpkgs/trunk/; revision=17857
2009-10-18 04:43:38 +00:00
Marc Weber 6533cfe95d debootstrap: missing patch
svn path=/nixpkgs/trunk/; revision=17722
2009-10-08 12:36:31 +00:00