continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
There are many more packages to fix, this is just a start.
Rules:
* Don't repeat the package name (not always that easy...)
* Start with capital letter
* Don't end with full stop
* Don't start with "The ..." or "A ..."
I've also added descriptions to some packages and rewritten others.
It compiles now, but I haven't figure out how to do the
equivalent of a "make install". But you can build with -K
and then do
$ cd /tmp/nix-.../OOF680_m18/instsetoo_native/util
$ dmake openoffice_en-US PKGFORMAT=archive
and you get a big tarball in
/tmp/nix-.../OOF680_m18/instsetoo_native/unxlngi6.pro/OpenOffice/archive/install/en-US
that you can unpack anywhere to get a more-or-less working OpenOffice.
svn path=/nixpkgs/trunk/; revision=9257