Commit graph

11 commits

Author SHA1 Message Date
Matthieu Coudron a3a0f1f489 unibilium: 2.0.0 -> 20190811
Main maintainer doesn't answer. Neovim is now the upstream see
https://github.com/neovim/neovim/issues/10302
2019-12-28 15:54:07 +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
Matthew Justin Bauer 0c321443d5
unibilium: add ncurses as build input
unibilium expects to use the `ncursesw6-config` command to find terminfo dirs. Before that would fail & default to some nonexistant TERMINFO_DIRS value (on pure systems at least). This will add `ncurses.out` which is a little bit unfortunate because unibilium is meant as a replacement for ncurses. In the future, we should add a `terminfo` output to ncurses so that other things can use its db without pulling in its libraries & binaries.

Fixes #40404.
2018-05-12 10:43:05 -05:00
Pascal Wittmann 2e7e318ffd
unibilium: 1.2.1 -> 2.0.0 2018-02-11 12:00:21 +01:00
Pascal Wittmann 3c32c4151d
unibilium: 1.2.0 -> 1.2.1 2017-10-22 11:36:04 +02:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Nick Novitski d3393473df unibilium: enable on darwin (#16012) 2016-06-06 10:56:08 +02:00
Pascal Wittmann 07601a08f2 unibilium: 1.1.2 -> 1.2.0 2016-03-19 12:01:22 +01:00
Daiderd Jordan 414d6d9e87 fix unibilium on darwin 2015-06-11 14:42:55 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Charles Strahan c43b787f96 unibilium: new package
Unibilium is a very basic terminfo library. It doesn't depend on curses
or any other library. It also doesn't use global variables, so it should
be thread-safe.
2015-03-12 17:13:45 -04:00