Updated to version 0.9.3. This addresses numerous issues, including an
mdb-schema problem where debugging comments were included in the output.
Updated github repository owner to reflect new upstream for mdbtools.
Updated packaging to remove support for gmdb2. Upstream split out
support for this largely unmaintained component to another repo:
https://github.com/mdbtools/gmdb2. For more information, see:
https://github.com/mdbtools/mdbtools/blob/dev/NEWS
Note: Version tags in the repository are prefixed with a "v" starting
with the 0.9.0 series. Also, the previous 0.8.2 tag does not exist in
the new upstream mdbtools repository. The commit it pointed to is
still present as:
commit b753ff36a0f1d88ae8a300ed6712f4aa2ddb7d08
Author: Cyber Emissary <admin@cyberemissary.com>
Date: Fri Dec 28 08:03:02 2018 -0500
Bumped version to 0.8.2 and updated change log
This fixes builds after #4419. Thanks to @vbgl for the original commit;
I changed that as I'm not sure whether passing null values to buildInputs is clean.
CC maintainers: @coroa, @peti, @phreedom, @robberer, @jcumming.
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'.
* Replaced `with args' with formal function arguments in several
packages.
* Renamed several files to `default.nix'. As a general rule, version
numbers should only be included in the filename when there is a
reason to keep multiple versions of a package in Nixpkgs.
Otherwise, it just makes it harder to update the package.
svn path=/nixpkgs/trunk/; revision=18403