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 |
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
volth
|
08f68313a4
|
treewide: remove redundant rec
|
2019-08-28 11:07:32 +00:00 |
worldofpeace
|
e186ad5c31
|
photivo: mark as broken
|
2019-06-27 03:18:06 -04:00 |
Markus Kowalewski
|
7a05294639
|
photivo: add license
|
2018-08-23 11:57:39 +02:00 |
Yegor Timoshenko
|
506c89c30a
|
maintainers: remove mornfall from packages
|
2018-01-17 05:17:33 +00:00 |
Samuel Leathers
|
1398d5555c
|
photivo: fixes build with gcc6
|
2017-09-02 23:01:27 -04:00 |
Robert Helgesson
|
747b62f909
|
photivo: fix build with lensfun >= 0.3
|
2017-03-06 17:41:16 -05:00 |
Vladimír Čunát
|
97c484a10f
|
treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
|
2016-06-19 10:18:30 +02:00 |
Pascal Wittmann
|
8d67b9a240
|
transformed meta.maintainers of some packages into lists
|
2014-09-13 13:52:02 +02:00 |
Benno Fünfstück
|
e10001042d
|
fetchbzr, fetchdarcs, fetchhg: use `rev` attr
This makes it match the behaviour of fetchgit and fetchsvn, so it's
easier to write scripts that support all of them.
|
2014-06-28 21:06:10 +02:00 |
Petr Rockai
|
6f5be260b4
|
Adopt packages.
|
2014-01-28 17:31:17 +01:00 |
Petr Rockai
|
cf7ee03377
|
photivo: Fix paths.
|
2014-01-25 18:08:47 +01:00 |
Petr Rockai
|
2953c39409
|
photivo: Update.
|
2014-01-25 18:08:47 +01:00 |
Petr Rockai
|
8f583cced9
|
photivo: Add photivo photo processor / RAW development laboratory.
|
2013-12-13 20:56:35 +02:00 |