Mario Rodas
|
2ed7f96a78
|
ocamlPackages.curses: 1.0.4 -> 1.0.8
https://github.com/mbacarella/curses/raw/1.0.8/CHANGES
|
2021-10-07 20:53:08 +02: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 |
|
Robin Gloster
|
313da176d3
|
treewide: NIX_*_FLAGS -> string
|
2019-12-31 00:16:46 +01: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
|
2d5545daaf
|
ocamlPackages.curses: 1.0.3 -> 1.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml-curses/versions
|
2018-12-14 22:26:13 -08:00 |
|
Tuomas Tynkkynen
|
8afcfb2bb6
|
ocamlPackages.curses: Fix build after ncurses5 changes
Fixes build after commit 3d24ae9b44 :
3d24ae9b44 (commitcomment-27714305)
Thanks to dtzWill for the pointer:
https://github.com/NixOS/nixpkgs/pull/34477#issuecomment-367359351
|
2018-02-23 06:21:11 +02:00 |
|
Orivej Desh
|
a04ae2cab8
|
ocamlPackages.curses: no longer broken
|
2017-12-21 17:35:41 +00:00 |
|
Robin Gloster
|
40ed226507
|
treewide: mark a bunch of failing builds as broken
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
|
2017-10-01 00:26:52 +03:00 |
|
volth
|
762cc106b4
|
virt-top: init at 1.0.8 (#21536)
|
2017-02-04 16:07:45 +01:00 |
|