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
Matthias Beyer
f1f4f38909
Revert "Remove maintainership"
...
I'm baaaaack!
This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.
This reverts commit ce1c1e3093
.
2019-02-20 19:57:34 +01:00
R. RyanTM
cce05bfb08
mdp: 1.0.14 -> 1.0.15 ( #48399 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mdp/versions
2018-10-14 17:18:52 +02:00
R. RyanTM
3f2209fe99
mdp: 1.0.13 -> 1.0.14 ( #45819 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mdp
2018-08-31 19:58:07 +02:00
R. RyanTM
f1f8a0c2dc
mdp: 1.0.12 -> 1.0.13 ( #44747 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mdp/versions .
2018-08-09 20:39:35 +02:00
Matthias Beyer
ce1c1e3093
Remove maintainership
...
With this patch I remove myself as a maintainer for all packages I
currently maintain.
This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.
I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Miguel Madrid Mencía
8b3e0561f5
mdp: 1.0.10 -> 1.0.12
2018-01-27 08:41:15 +01:00
Matthias Beyer
495dbc2cc2
mdp: 1.0.9 -> 1.0.10
2017-09-13 21:44:49 +02:00
Matthias Beyer
d43479badb
mdp: 1.0.7 -> 1.0.9
2017-01-04 16:29:29 +01: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
Rahul Gopinath
7f5d130f18
mdp: 1.0.6 -> 1.0.7
2016-06-27 13:36:22 -07:00
Matthias Beyer
9711754da9
mdp: 1.0.5 -> 1.0.6
2016-05-31 12:45:06 +02:00
Matthias Beyer
27709b6050
mdp: 1.0.4 -> 1.0.5
2016-02-16 14:17:28 +01:00
Matthias Beyer
11f95e1681
mdp: 1.0.1 -> 1.0.4
2016-02-02 21:33:09 +01:00
Matthias Beyer
79dea486c1
mdp: 1.0.0 -> 1.0.1
2015-07-19 13:11:51 +02:00
Matthias Beyer
c37e2745bd
mdp: Add license, pkg maintainer
2015-06-27 19:41:11 +02:00
Matthias Beyer
7ea32d390b
mdp: 0.93 -> 1.0.0
2015-06-27 19:40:56 +02:00
Frederic LeBel
1e509d011d
Added mdp-0.93
...
A command-line based markdown presentation tool.
2015-02-05 21:04:33 -05:00