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
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Théo Zimmermann
208aedb971
ocamlPackages.*: remove unnecessary unpackCmd
2018-11-12 17:25:18 +00:00
Vincent Laporte
9c37672e5a
ocamlPackages.uuseg: 10.0.0 -> 11.0.0
2018-07-30 07:05:04 +00:00
Vincent Laporte
5e4edcc4ec
ocamlPackages.topkg: refactoring
2017-12-14 07:36:29 +00:00
Vincent Laporte
52ecd549ec
ocamlPackages.uuseg: 1.0.0 -> 10.0.0
2017-06-29 16:37:46 +00:00
Vincent Laporte
190cc67310
ocamlPackages.uuseg: 0.9.0 -> 1.0.0
2017-01-13 06:38:07 +00:00
sternenseemann
ca9ab3bfe1
ocaml-uuseg: 0.8.0 -> 0.9.0
...
This commit also refactors the expression.
2016-11-11 08:30:37 +01:00
Profpatsch
2bd86e9e47
Revert "Merge pull request #20090 from sternenseemann/master"
...
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426
This reverts commit 9ffcb1b250
, reversing
changes made to a6283c1126
.
2016-11-04 12:24:57 +01:00
sternenseemann
18788cbac7
ocaml-uuseg: 0.8.0 -> 0.9.0
...
This commit also refactors the expression.
2016-11-03 14:34:35 +01:00
Vincent Laporte
4168706d4f
OCaml modules: make explicit some dependencies to ocamlbuild
2016-10-09 11:55:19 +02:00
Nicolas B. Pierron
72c6f8a140
Ensure that we can evaluate the platform attribute of ocaml packages.
2016-03-13 19:08:26 +00:00
Vincent Laporte
2335ec0b40
Adds ocaml-uuseg
...
Uuseg is an OCaml library for segmenting Unicode text. It implements the
locale independent Unicode text segmentation algorithms to detect
grapheme cluster, word and sentence boundaries and the Unicode line
breaking algorithm to detect line break opportunities.
Homepage: http://erratique.ch/software/uuseg
2014-12-28 14:30:12 +01:00