zowoq
|
31f5dd3f36
|
treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
|
2021-01-20 09:11:11 +10:00 |
|
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 |
|
Merijn Broeren
|
133103d709
|
treewide: replace make/build/configure/patchFlags with nix lists
|
2019-12-30 12:58:11 +01:00 |
|
adisbladis
|
c9d8624ccd
|
treewide: Get rid of libGLU_combined
|
2019-11-18 20:10:43 +00:00 |
|
Alexander V. Nikolaev
|
0acec7e984
|
treewide: transition mesa to libGLU_combined
|
2018-02-24 17:06:49 +02:00 |
|
Vincent Laporte
|
6f3696784d
|
ocamlPackages.lablgl: mark as broken on Darwin
|
2017-07-02 11:28:25 +00:00 |
|
Pascal Wittmann
|
5de04f6d55
|
Revert "ocaml-lablgl: use camlp5"
This reverts commit 7a6aac9076 .
|
2017-02-09 09:14:51 +01:00 |
|
Pascal Wittmann
|
7a6aac9076
|
ocaml-lablgl: use camlp5
|
2017-02-03 22:12:53 +01:00 |
|
Kirill Boltaev
|
3e646865f4
|
treewide: use ocaml.version (#19192)
|
2016-10-05 09:32:30 +02:00 |
|
Pascal Wittmann
|
f063a0a245
|
lablgl: place libs correctly
|
2014-11-29 14:21:16 +01:00 |
|
Vincent Laporte
|
977f172fee
|
ocaml-lablgl: adds missing dependency to camlp4
|
2014-10-10 17:00:30 +01:00 |
|
Vincent Laporte
|
7fd487018c
|
ocaml-lablgl: fixes the META file
|
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 |
|
Vladimír Čunát
|
35f47bcfd8
|
fix evaluation (wrong meta.maintainers field)
|
2014-06-09 19:12:17 +02:00 |
|
Pascal Wittmann
|
86b7cf8bb4
|
Added llpp, a mupdf based pdf pager written in ocaml.
Updated lablgl to 1.05 and mupdf to 1.4.
Added myself as maintainer for lablgl.
|
2014-06-04 22:15:06 +02:00 |
|
Christophe Raffalli
|
270d929089
|
New ocaml packages:
- ocaml-cairo
- camlimages
- dypgen
- patoline
|
2013-06-07 21:40:38 +02:00 |
|