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 |
|
Vincent Laporte
|
e5e032a532
|
ocamlPackages.camlimages: 5.0.3 → 5.0.4
|
2020-11-17 08:22:37 +01:00 |
|
Vincent Laporte
|
6742cc7660
|
ocamlPackages.camlimages: remove at 4.1.2
|
2020-10-16 12:33:38 +02:00 |
|
Vincent Laporte
|
0385e6094f
|
ocamlPackages.camlimages: 5.0.1 → 5.0.3
|
2020-10-16 12:33:38 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Vincent Laporte
|
0c9abf6436
|
ocamlPackages.camlimages: 5.0.0 -> 5.0.1
|
2018-12-07 04:22:10 +00:00 |
|
Théo Zimmermann
|
794158fcd5
|
buildDunePackage: new support function; use it to refactor some OCaml derivations
|
2018-11-07 10:08:03 +01:00 |
|
Vincent Laporte
|
fc19401d67
|
jbuilder: 1.0.1 -> dune: 1.1.1
|
2018-09-15 19:32:32 +00:00 |
|
Vincent Laporte
|
354dedfec3
|
ocamlPackages.camlimages_4_1: disable for OCaml ≥ 4.06
|
2018-08-29 12:49:39 +00:00 |
|
Masayuki Takeda
|
222dcf4a6b
|
fix maintainers
|
2018-03-07 23:39:47 +09:00 |
|
Masayuki Takeda
|
b2c8f8be81
|
add meta-attrs
|
2018-03-07 23:17:28 +09:00 |
|
Masayuki Takeda
|
3f73823117
|
camlimages: 4.1.2 -> 5.0.0
|
2018-03-07 19:09:32 +09:00 |
|
Vincent Laporte
|
3d804da983
|
camlimages: use omake rather than omake_rc1
|
2016-12-02 19:49:08 +00:00 |
|
Vincent Laporte
|
3d049938c8
|
Adds some “branch” meta-data
|
2014-11-06 19:40:50 +00:00 |
|
Vincent Laporte
|
c216448075
|
camlimages: update from 4.0.1 to 4.1.2
Previous version 4.0.1 is kept for OCaml 3.12
|
2014-11-01 08:37:40 +00:00 |
|
Vincent Laporte
|
ef169ca69d
|
camlimages: fixes the spelling of propagatedBuildInputs
|
2014-10-08 20:23:30 +02:00 |
|
Mateusz Kowalczyk
|
7a45996233
|
Turn some license strings into lib.licenses values
|
2014-07-28 11:31:14 +02:00 |
|
Mathijs Kwik
|
0b17251c06
|
libpng: keep versioning in all-packages.nix, not in individual expressions
|
2013-06-27 21:35:21 +02:00 |
|
Mathijs Kwik
|
7f413e4d5c
|
whitespace cleaning
|
2013-06-27 21:35:21 +02:00 |
|
Christophe Raffalli
|
101aad1467
|
camlimages ... still wasn't ok. Now better.
|
2013-06-19 04:39:55 +02:00 |
|
Christophe Raffalli
|
ce2efd0b5b
|
fixed dependencies of camlimages
|
2013-06-16 22:33:44 +02:00 |
|
Christophe Raffalli
|
270d929089
|
New ocaml packages:
- ocaml-cairo
- camlimages
- dypgen
- patoline
|
2013-06-07 21:40:38 +02:00 |
|