about summary refs log tree commit diff
path: root/pkgs/tools/text/discount
AgeCommit message (Collapse)AuthorFilesLines
2023-08-25discount: fix up dylib paths on darwinFred Alger1-1/+4
2022-05-17discount: 2.2.7 -> 2.2.7bNguyễn Gia Phong2-31/+8
Also install man pages and sample programs
2022-05-04treewide: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2022-01-19discount: fix `install_name` on DarwinVincent Haupert1-0/+4
2022-01-19discount: use deterministic manglingVincent Haupert1-0/+2
`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.
2021-10-21discount: enable parallel buildsSergei Trofimovich2-1/+24
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-09-23discount: 2.2.6 -> 2.2.7R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-26maintainer-list.nix: remove ndowensNathan1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-15discount: 2.2.4 -> 2.2.6, testsWill Dietz1-6/+10
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
2019-01-19discount: enable various configureFlagsworldofpeace1-1/+8
Shouldn't be harmfull.
2018-08-19discount: 2.2.3a -> 2.2.4 (#45253)R. RyanTM1-2/+2
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.
2018-03-31discount: 2.2.3 -> 2.2.3aR. RyanTM1-2/+2
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
2018-03-08discount: 2.2.2 -> 2.2.3Ryan Mulligan1-2/+2
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
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2017-03-01discount: 2.2.0 -> 2.2.2ndowens1-3/+5
Discount: added missing update
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-03discount: 2.1.6 -> 2.2.0Matthias Beyer1-2/+2
2014-10-12discount: Added shell as maintainerShell Turner1-0/+1
2014-10-10discount: new packageShell Turner2-0/+30