Bobby Rong
|
7591fec329
|
xurls: remove unnecessary platforms and mainProgram
|
2022-05-16 00:21:26 +08:00 |
|
Aaron Jheng
|
33c3d1b452
|
xurls: 2.3.0 -> 2.4.0
|
2022-04-04 03:43:41 +00:00 |
|
R. RyanTM
|
0764be414d
|
xurls: 2.2.0 -> 2.3.0
|
2021-08-14 10:44:20 +00:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01: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 |
|
xrelkd
|
b44b4c87e6
|
xurls: 2.0.0 -> 2.2.0
|
2020-05-19 12:54:59 +08:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Nathan
|
b0caf68bff
|
maintainer-list.nix: remove ndowens
|
2019-12-26 16:47:41 -05: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 |
|
Jörg Thalheim
|
26572ea27d
|
xurls: 1.1.0 -> 2.0.0
|
2018-12-11 22:08:11 +00:00 |
|
Pascal Wittmann
|
7cda3b3042
|
xurls: add license
see issue #43716
|
2018-07-22 16:57:28 +02:00 |
|
ndowens
|
e9c507e060
|
xul: 0.8.0 -> 1.1.0
|
2017-02-28 16:19:28 -06:00 |
|
Tuomas Tynkkynen
|
21f17d69f6
|
treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
|
2016-08-02 21:42:43 +03:00 |
|
koral
|
02da999dc3
|
xurls: 0.7.0 -> 0.8.0
|
2015-09-28 17:56:15 +00:00 |
|
koral
|
da6b369029
|
xurls: 0.6.0 -> 0.7.0
|
2015-08-29 23:46:18 +02:00 |
|
koral
|
562f760f20
|
xurls: init at 0.6.0
|
2015-07-14 08:27:29 +00:00 |
|