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 |
|
Frederik Rietdijk
|
13d93aabfb
|
Merge staging-next into staging
|
2020-08-27 08:37:03 +02:00 |
|
davidak
|
a1301886c1
|
klavaro: add link to changelog
this makes review easier
|
2020-08-26 15:37:04 +02:00 |
|
R. RyanTM
|
8c5443be51
|
klavaro: 3.10 -> 3.11
|
2020-08-26 06:50:00 +00:00 |
|
davidak
|
9a36fe96a5
|
klavaro: 3.08 -> 3.10
also fixes and cleanup
|
2020-06-02 15:57:37 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Miguel Madrid Mencía
|
148c82e07e
|
maintainer: mimadrid: update github username and personal data
|
2019-09-14 12:15:46 +02: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
|
a5596b451a
|
klavaro: 3.07 -> 3.08
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
|
2019-07-02 20:06:37 +02:00 |
|
Will Dietz
|
a14dc648a9
|
klavaro: 3.05 -> 3.07
|
2019-06-04 15:01:42 -05:00 |
|
R. RyanTM
|
e95e7027c9
|
klavaro: 3.04 -> 3.05 (#59554)
* klavaro: 3.04 -> 3.05
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
|
2019-04-24 01:04:17 +02:00 |
|
R. RyanTM
|
154e614f10
|
klavaro: 3.03 -> 3.04 (#56721)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/klavaro/versions
|
2019-03-15 18:09:18 +01:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
mimadrid
|
270bfa2ca3
|
klavaro: 3.02 -> 3.03
|
2017-08-01 20:57:37 +02:00 |
|
Jan Malakhovski
|
d69cdaa52b
|
klavaro: fix meta (#26449)
|
2017-06-07 18:27:47 +01:00 |
|
Vladimír Čunát
|
65ede052fa
|
treewide: fixup packages with RPATH problems
|
2017-05-16 18:30:58 +02:00 |
|
mimadrid
|
830c748ea4
|
Add myself as maintainer
|
2016-06-09 23:41:17 +02:00 |
|
mimadrid
|
f8a0f1ce68
|
klavaro: 3.01 -> 3.02
|
2016-06-09 20:49:26 +02:00 |
|
Vincent Laporte
|
8c7d6b8f4c
|
klavaro: update from 2.00 to 3.01
|
2014-11-08 16:12:37 +00:00 |
|
Mateusz Kowalczyk
|
7a45996233
|
Turn some license strings into lib.licenses values
|
2014-07-28 11:31:14 +02:00 |
|
Nixpkgs Monitor
|
e65ce68bdf
|
klavaro: update from 1.9.5 to 2.00
|
2013-12-21 02:28:28 +02:00 |
|
Peter Simons
|
8db6c55944
|
klavaro: add version 1.9.5
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
|
2012-07-02 17:13:36 +02:00 |
|