Ben Siraphob
|
108bdac3d9
|
pkgs/applications: stdenv.lib -> lib
|
2021-01-15 14:24:03 +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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01: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 |
|
Brian McKenna
|
8b472e3739
|
marp: 0.0.13 -> 0.0.14
* marp: 0.0.13 -> 0.0.14 (#50757)
I think 0.0.13 never worked. The 0.0.14 download is weird.
https://github.com/yhatt/marp/issues/258
|
2018-11-28 21:02:40 +01:00 |
|
R. RyanTM
|
4ee926e143
|
marp: 0.0.12 -> 0.0.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/marp/versions.
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13/bin/Marp had a zero exit code or showed the expected version
- 0 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 0.0.13 with grep in /nix/store/xyisjivarv9zwlwh6nm0i55njfw7dkss-marp-0.0.13
- directory tree listing: https://gist.github.com/d9ae780141c62a0f06dfa28225d45e9a
- du listing: https://gist.github.com/2b208d562d59a7343631492d214dbfd1
|
2018-06-27 17:44:59 -07:00 |
|
R. RyanTM
|
766ecbb57a
|
marp: 0.0.11 -> 0.0.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/marp/versions.
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.0.12 with grep in /nix/store/q8kib6qhxndj4hzscdzhgvnjkaxm4mbw-marp-0.0.12
- directory tree listing: https://gist.github.com/691bc668acd4e57a2cf187b6e1062f34
|
2018-04-12 13:04:31 +01:00 |
|
Piotr Bogdan
|
a15cb742b9
|
marp: 0.0.10 -> 0.0.11
|
2017-10-23 17:54:26 +01:00 |
|
Brian McKenna
|
12d0d211b9
|
marp: 0.0.9 -> 0.0.10
|
2017-03-28 21:18:38 +11:00 |
|
J Phani Mahesh
|
e002108cef
|
marp: 0.0.8 -> 0.0.9
|
2016-10-18 17:50:35 +05:30 |
|
Brian McKenna
|
52d658df93
|
marp: init at 0.0.8
|
2016-07-13 21:03:30 +10:00 |
|