summary refs log tree commit diff
path: root/pkgs/tools/text/discount
Commit message (Collapse)AuthorAge
* discount: fix `install_name` on DarwinVincent Haupert2022-01-19
|
* discount: use deterministic manglingVincent Haupert2022-01-19
| | | | | | | | | `discount` offers a randomized string mangling function which results in non-deterministic output. This commit disables the randomized mangling in favor of a deterministic approach. `discount` has builtin support for this through the `--debian-glitch` configuration flag.
* discount: enable parallel buildsSergei Trofimovich2021-10-21
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* discount: 2.2.6 -> 2.2.7R. RyanTM2020-09-23
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* maintainer-list.nix: remove ndowensNathan2019-12-26
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* discount: 2.2.4 -> 2.2.6, testsWill Dietz2019-05-15
| | | | | | | Now using the GitHub source. https://github.com/Orc/discount/releases/tag/v2.2.5 https://github.com/Orc/discount/releases/tag/v2.2.6
* discount: enable various configureFlagsworldofpeace2019-01-19
| | | | Shouldn't be harmfull.
* discount: 2.2.3a -> 2.2.4 (#45253)R. RyanTM2018-08-19
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/discount/versions.
* discount: 2.2.3 -> 2.2.3aR. RyanTM2018-03-31
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/discount/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/6518564df191411db8f0004111604991
* discount: 2.2.2 -> 2.2.3Ryan Mulligan2018-03-08
| | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/rq0ny7n6qfg7sgjqa5ki2ds6v3gzjwil-discount-2.2.3/bin/markdown help` got 0 exit code - ran `/nix/store/rq0ny7n6qfg7sgjqa5ki2ds6v3gzjwil-discount-2.2.3/bin/markdown -V` and found version 2.2.3 - ran `/nix/store/rq0ny7n6qfg7sgjqa5ki2ds6v3gzjwil-discount-2.2.3/bin/markdown --version` and found version 2.2.3 - found 2.2.3 with grep in /nix/store/rq0ny7n6qfg7sgjqa5ki2ds6v3gzjwil-discount-2.2.3 - found 2.2.3 in filename of file in /nix/store/rq0ny7n6qfg7sgjqa5ki2ds6v3gzjwil-discount-2.2.3
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* discount: 2.2.0 -> 2.2.2ndowens2017-03-01
| | | | Discount: added missing update
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* discount: 2.1.6 -> 2.2.0Matthias Beyer2016-06-03
|
* discount: Added shell as maintainerShell Turner2014-10-12
|
* discount: new packageShell Turner2014-10-10