Commit graph

20 commits

Author SHA1 Message Date
R. RyanTM 12fe964ba7 cvs-fast-export: 1.57 -> 1.58 2021-07-24 00:23:06 +00:00
Alyssa Ross cf1f499e7e
cvs-fast-export: 1.56 -> 1.57 2021-06-10 14:08:28 +00:00
Alyssa Ross db733deeed
cvs-fast-export: clean up; fix cross
Style was unidiomatic for modern Nixpkgs, there was no
nativeBuildInputs/buildInputs separation, and some dependencies were
unused.

I've removed doCheck here, because the default Nixpkgs checkPhase
wasn't actually running the tests (need to cd into tests first), and
when I did write a checkPhase to run the tests, they didn't work and I
couldn't make them work.

A note on RCS:  There is code in cvsconvert that calls RCS, but I
analyzed it quite carefully, and came to the conclusion that all such
code is unreachable, so I removed the RCS dependency.
2021-06-10 14:04:46 +00:00
R. RyanTM b79d1b517d cvs_fast_export: 1.55 -> 1.56 2021-04-29 00:35:12 -04:00
Ben Siraphob 82454e9df8 treewide: remove implicit use of stdenv.lib 2021-01-27 20:04:57 +07:00
Jonathan Ringer 9122b454f6 csv_fast_export: use python3 2020-11-01 10:54:30 -08:00
R. RyanTM 3687fffbc9 cvs_fast_export: 1.53 -> 1.55 2020-05-25 11:22:14 +00:00
R. RyanTM 64634fb357 cvs_fast_export: 1.51 -> 1.53 2020-04-12 08:44:01 +00:00
R. RyanTM 170f42098d cvs_fast_export: 1.50 -> 1.51 2020-02-19 19:05:34 +00:00
R. RyanTM fa28442ad5 cvs_fast_export: 1.49 -> 1.50 2020-01-06 00:38:27 -08:00
R. RyanTM 79115362fd cvs_fast_export: 1.48 -> 1.49 2019-12-23 00:44:31 -08:00
R. RyanTM f286a29c35 cvs_fast_export: 1.47 -> 1.48
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cvs-fast-export/versions
2019-04-30 07:33:51 -07:00
R. RyanTM 72397be198 cvs_fast_export: 1.45 -> 1.47 (#58045)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cvs-fast-export/versions
2019-03-31 00:38:59 +01:00
R. RyanTM c36c08e8ca cvs_fast_export: 1.32 -> 1.45
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cvs-fast-export/versions
2019-01-28 15:27:34 -08:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Nikolay Amiantov 8b7ebaffeb replace makeSearchPath tree-wise to take care of possible multiple outputs 2016-04-13 22:09:41 +03:00
Daniel Fox Franke 07903b1617 cvs-fast-export: don't link against librt
It's superfluous on Linux, and it breaks the build on Darwin.
2015-08-29 12:05:52 -04:00
Daniel Fox Franke 0912bdfa92 cvs-fast-export: patch shebangs in source tree
This allows unit tests to run successfully in chroot build
environments, which lack /usr/bin/env.
2015-08-26 15:18:06 -04:00
Daniel Fox Franke 2194295fff cvs-fast-export: init at 1.32 2015-08-25 22:06:06 -04:00