Commit graph

15 commits

Author SHA1 Message Date
Olli Helenius b2bf2c6102
antlr: make 4.8 default 2021-06-20 14:06:47 +03:00
Bruno Bzeznik cc302fcbec nco: 4.9.7 -> 4.9.8 + fix license and deps 2021-03-23 11:36:24 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM ba3f7b85e3 nco: 4.9.6 -> 4.9.7 2021-01-20 12:54:24 +00:00
R. RyanTM 5a2abecc68 nco: 4.9.5 -> 4.9.6 2020-12-03 01:17:49 +00:00
R. RyanTM 477c40126e nco: 4.9.3 -> 4.9.5 2020-09-27 19:21:54 +10:00
R. RyanTM 95db1128e8 nco: 4.9.2 -> 4.9.3 2020-06-06 13:33:59 +00:00
Taylor Viti 5377640490 nco: Patch hardcoded paths cp and mv
Commit b83ed3efe81525302469a3052982f41393a616e0 in the nco source
repo, hard-coded the paths to cp and mv, so as to point to their FHS
locations, which resulted in ncrename throwing a "file not found"
error when invoked outside of an FHS sandbox.

This nixpkgs commit patches the src/nco_fl_utl.c to instead point the
associated nixpkgs.coreutils locations. The hard-coded paths actually
occur in a number of other locations, but this is enough to quash the
error w/ ncrename (and presumably the other CLI nco tooling, although
this isn't tested).
2020-05-05 15:22:12 -10:00
R. RyanTM 8ae07bfe79 nco: 4.9.1 -> 4.9.2 2020-02-19 09:12:39 +00:00
R. RyanTM cbce2889f0 nco: 4.9.0 -> 4.9.1 2019-12-23 18:45:12 -08:00
R. RyanTM 668a5dd07b nco: 4.8.1 -> 4.9.0 (#75287)
* nco: 4.8.1 -> 4.9.0

* nco: fetchurl -> fetchzip
Source is a GitHub archive
2019-12-15 00:48:56 +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
Angus Gibson c033dfd5b7 nco: 4.5.5 -> 4.8.1 2019-07-17 17:52:01 +10:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr fb8c4fafb9 nco: fixed the pkg name (version missing)
Also fixed too long description
2016-02-23 15:15:44 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 2960ea5292 nco: init at 4.5.5 2016-02-22 15:14:34 +01:00