Commit Graph

56413 Commits

Author SHA1 Message Date
Fabian Affolter
cd6aa10b75 python3Packages.aiocoap: init at 0.4b3 2021-01-29 01:55:14 +01:00
Fabian Affolter
728de3979f python3Packages.pyvlx: init at 0.2.19 2021-01-14 22:16:12 -08:00
Fabian Affolter
6e65bf6da6 python3Packages.orvibo: init at 1.1.1 2021-01-14 22:15:45 -08:00
Fabian Affolter
6b14b6cfa8 python3Packages.aioswitcher: init at 1.2.2 2021-01-14 22:08:47 -08:00
Jan Tojnar
bfb91bc57f
Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-override
gnomeExtensions.clock-override: init at 12
2021-01-15 02:56:37 +01:00
John Ericson
3d9a14f76c
Merge pull request #109326 from HectorAE/hdf5-blosc-init
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Alyssa Ross
3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Hector Escobedo
741aab97c4 hdf5-blosc: init at 1.0.0 2021-01-14 12:55:26 -08:00
Sandro
0f0c250967
Merge pull request #109284 from fabaff/gps3 2021-01-14 21:18:55 +01:00
Sandro
22d184ae8d
Merge pull request #108866 from markuskowa/new-targetisns
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Sandro
6e7846bc89
Merge pull request #105843 from HectorAE/quickfix-init 2021-01-14 20:56:02 +01:00
Jörg Thalheim
257170ca27
Merge pull request #109387 from fabaff/waterfurnace
python3Packages.waterfurnace: init at 1.1.0
2021-01-14 19:15:18 +00:00
Fabian Affolter
3a072e45b9 python3Packages.waterfurnace: init at 1.1.0 2021-01-14 19:02:47 +01:00
Ryan Horiguchi
dcfe06f55d
gnomeExtensions.clock-override: init at 12 2021-01-14 16:30:16 +01:00
Stig Palmquist
b3361ebd23 perlPackages.NetHTTPSNB: fix stdenv.lib -> lib 2021-01-14 16:22:41 +01:00
Stig
47639c945e
Merge pull request #109299 from mfrischknecht/slimserver-Net-HTTPS-NB
slimserver: add perlPackages.NetHTTPSNB as a dependency
2021-01-14 16:13:38 +01:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
Sandro
7d9c32f743
Merge pull request #109357 from ehmry/gnuvd
gnuvd: remove
2021-01-14 13:54:58 +01:00
Sandro
3ad6cd726f
Merge pull request #109352 from fabaff/tmb 2021-01-14 13:54:30 +01:00
Sandro
551ede0a2c
Merge pull request #109351 from veehaitch/cert-chain-resolver-v1.0.1
pythonPackages.cert-chain-resolver: init at 1.0.1
2021-01-14 13:52:32 +01:00
Manuel Frischknecht
b8bd0dbfc3 perlPackages.NetHTTPSNB: init at 0.15 2021-01-14 12:48:37 +00:00
Emery Hemingway
f385802067 gnuvd: remove
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
Sandro
74b0954852
Merge pull request #109327 from fabaff/pyvera 2021-01-14 13:31:41 +01:00
Sandro
5c1662de69
Merge pull request #109320 from fabaff/pymyq 2021-01-14 13:26:28 +01:00
Sandro
9bb17e7243
Merge pull request #109316 from fabaff/pykira 2021-01-14 13:23:43 +01:00
Sandro
8a97542e17
Merge pull request #109301 from fabaff/xknx 2021-01-14 13:21:45 +01:00
Sandro
3e956131a5
Merge pull request #109300 from fabaff/pyopnsense 2021-01-14 13:21:13 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
We were packaging ydiff twice!

In this patch, I've merged the two expressions into one, trying to
take the best of each.  ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.

While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.

Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff.  gitAndTools.ydiff just did nothing.  Both also expected to
find git, hg, and svn in the environment, which was impure.  So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Vincent Haupert
1560f964a9
pythonPackages.cert-chain-resolver: init at 1.0.1 2021-01-14 10:57:51 +01:00
Fabian Affolter
7f836a9d5a python3Packages.tmb: init at 0.1.0 2021-01-14 10:44:39 +01:00
Jörg Thalheim
124655ed49
unixtools: align attribute name with filename
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
Sandro
29d0d2faca
Merge pull request #109294 from fabaff/icmplib 2021-01-14 07:37:05 +01:00
Sandro
942f96ac55
Merge pull request #109298 from fabaff/poolsense 2021-01-14 07:34:58 +01:00
Sandro
d9d3cb64ad
Merge pull request #109291 from fabaff/hydrawiser 2021-01-14 07:34:33 +01:00
Fabian Affolter
4cfda18756 python3Packages.pyxeoma: init at 1.4.1 2021-01-13 17:12:55 -08:00
Cole Helbling
326fc3736c Revert "calibre: 4.23.0 -> 5.9.0" 2021-01-13 15:52:36 -08:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2 2021-01-13 15:39:31 -08:00
Fabian Affolter
f215ae9dab python3Packages.pyvera: init at 0.3.11 2021-01-13 23:40:45 +01:00
Artur Cygan
73db86659f pe-parse: init at 1.2.0 2021-01-13 14:18:37 -08:00
Nikolay Korotkiy
6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
Hector Escobedo
d9c217495c quickfix: init at 1.15.1 2021-01-13 13:55:31 -08:00
Fabian Affolter
b49c22a6c2 python3Packages.pymyq: init at 2.0.14 2021-01-13 22:09:39 +01:00
Fabian Affolter
1bc0c5a79f python3Packages.pykira: init at 0.1.2 2021-01-13 21:48:15 +01:00
adisbladis
b1961de94e
Merge pull request #107152 from adisbladis/emacs-withpackage-refactor
emacsPackages*: Move to emacs*.pkgs
2021-01-13 21:03:43 +01:00
Sandro
bed03ad07c
Merge pull request #109285 from fabaff/pyinsteon 2021-01-13 19:04:41 +01:00
Fabian Affolter
715b7c3e81 python3Packages.xknx: init at 0.16.0 2021-01-13 19:04:40 +01:00
Sandro
c99459e02f
Merge pull request #109282 from fabaff/aiokef 2021-01-13 19:04:17 +01:00
Fabian Affolter
8ffd040146 python3Packages.pyopnsense: init at 0.3.0 2021-01-13 18:57:03 +01:00
Fabian Affolter
113848213f python3Packages.poolsense: init at 0.0.8 2021-01-13 18:08:46 +01:00