Commit graph

24 commits

Author SHA1 Message Date
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
Bart Brouns 20f710cac5 unetbootin: 677 -> 681 2020-06-11 15:29:20 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 786d300251 unetbootin: 675 -> 677 2020-02-09 09:59:57 +01:00
R. RyanTM e71b9c8239 unetbootin: 661 -> 675
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unetbootin/versions
2019-10-08 15:12:15 -07:00
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
R. RyanTM f63c52bc42 unetbootin: 657 -> 661
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/unetbootin had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661/bin/.unetbootin-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 661 with grep in /nix/store/25pjsiav4kpzyvms0a24zfmm3267nsq9-unetbootin-661
- directory tree listing: https://gist.github.com/b36c6d9dbe30c7b0e794715dafed8272
- du listing: https://gist.github.com/2da554212740e7e9655de8e211d2e8ed
2018-06-05 15:57:40 -07:00
Piotr Bogdan 8904ce343a fix source root locations.
These have changed following commit
c3255fe8ec.

See also:

- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Peter Hoeg cf7d701108 unetbootin: 655 -> 657 and make it build again 2017-11-02 13:25:12 +08:00
Peter Hoeg b224644795 unetbootin: 613 -> 655 2017-08-10 10:58:04 +08:00
Chris Martin 726b9028f5 unetbootin: set QT_X11_NO_MITSHM=1 2017-05-20 14:42:32 -04:00
Tuomas Tynkkynen 74a3a2cd7e treewide: Use makeBinPath 2016-08-23 01:18:10 +03:00
Nikolay Amiantov cef0e565e3 unetbootin: move to qmake4Hook 2016-04-20 18:55:55 +03:00
Rommel M. Martinez 1b262abd98 unetbootin: 608 -> 613 2015-09-15 05:11:34 +08:00
William A. Kennington III 04b2f73236 unetbootin: 603 -> 608 2014-09-08 23:46:44 -07:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Vladimír Čunát 02a72a7e44 unetbootin: update 585 -> 603 2014-05-20 09:16:06 +02:00
Peter Simons d898762d8b unetbootin: update to version 585 2013-07-18 11:07:59 +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
Cillian de Roiste e15db25ff3 Updating unetbootin to 563, the previous version was not working for me at all, it dropped me to a busybox shell
svn path=/nixpkgs/trunk/; revision=30139
2011-10-31 00:25:55 +00:00
Eelco Dolstra e1926e3764 * Add UNetbootin to the channel.
svn path=/nixpkgs/trunk/; revision=23114
2010-08-11 13:55:56 +00:00
Eelco Dolstra d7842faf49 * Added UNetbootin, a program for creating bootable USB sticks from
ISO images.

svn path=/nixpkgs/trunk/; revision=23018
2010-08-06 22:33:14 +00:00