about summary refs log tree commit diff
path: root/pkgs/tools/typesetting/halibut
AgeCommit message (Collapse)AuthorFilesLines
2023-11-23treewide: add mainProgramh7x41-0/+1
2021-12-20halibut: 1.2 -> 1.3Sergei Trofimovich1-19/+5
2021-08-02tools/{text/typesetting}: replace name with pname&versionFelix Buehler1-2/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2017-08-03Update homepage attributes: http -> httpsmimadrid1-2/+2
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-05-29halibut: 1.1 -> 1.2Pascal Wittmann1-3/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-01-15halibut: update from 1.0 to 1.1Pascal Wittmann1-6/+7
and add myself as a maintainer
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-03-29Adding the halibut typesetting system.Lluís Batlle i Rossell1-0/+32
svn path=/nixpkgs/trunk/; revision=14759