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 |
|
Markus S. Wamser
|
cfeca32784
|
jabref: 3.8.1 -> 5.1
|
2020-10-21 23:06:16 +02:00 |
|
zowoq
|
c7e61112df
|
treewide: remove deprecated value Application from makeDesktopItem
|
2020-06-25 12:18:37 +10:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Oliver Kopp
|
eb112c8bc3
|
Fix homepage of JabRef
|
2019-12-19 21:17:26 +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 |
|
worldofpeace
|
3f4a353737
|
treewide: use dontUnpack
|
2019-07-01 04:23:51 -04:00 |
|
Jan Tojnar
|
a31d98f312
|
tree-wide: autorename gnome packages to use dashes
|
2018-02-25 17:41:16 +01:00 |
|
Gabriel Ebner
|
00a5d6d4d4
|
jabref: fix startup error with gsettings schemas
|
2017-10-26 12:36:18 +02:00 |
|
Vincent Laporte
|
d1c3cc63e1
|
jabref: 3.6 -> 3.8.1
|
2017-01-19 05:54:05 +00:00 |
|
patjouk
|
b2295f70db
|
jabref: 3.5 -> 3.6
|
2016-08-27 16:28:55 +02:00 |
|
Gabriel Ebner
|
575e0e27b1
|
jabref: 3.4 -> 3.5
|
2016-07-22 21:04:30 +02:00 |
|
Gabriel Ebner
|
c6b9ccbdff
|
jabref: 3.3 -> 3.4
|
2016-06-19 18:55:50 +02:00 |
|
Gabriel Ebner
|
de3ccbbdac
|
jabref: 2.10 -> 3.3
|
2016-06-13 13:40:16 +02:00 |
|
Gabriel Ebner
|
38220d0315
|
Add jabref.
|
2015-03-27 18:03:38 +01:00 |
|