summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-overrideJan Tojnar2021-01-15
|\ | | | | gnomeExtensions.clock-override: init at 12
| * gnomeExtensions.clock-override: init at 12Ryan Horiguchi2021-01-14
| |
* | Merge pull request #109326 from HectorAE/hdf5-blosc-initJohn Ericson2021-01-14
|\ \ | | | | | | hdf5-blosc: init at 1.0.0
| * | hdf5-blosc: init at 1.0.0Hector Escobedo2021-01-14
| | |
* | | gitAndTools: move everything to the top levelAlyssa Ross2021-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 98c34901969). 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.
* | | Merge pull request #109284 from fabaff/gps3Sandro2021-01-14
|\ \ \
| * | | python3Packages.gps3: init at 0.33.3Fabian Affolter2021-01-13
| | | |
* | | | Merge pull request #108866 from markuskowa/new-targetisnsSandro2021-01-14
|\ \ \ \ | | | | | | | | | | target-isns: init at 0.6.8
| * | | | target-isns: init at 0.6.8Markus Kowalewski2021-01-09
| | | | |
* | | | | Merge pull request #103030 from tadfisher/remarkable-2-toolchainSandro2021-01-14
|\ \ \ \ \ | | | | | | | | | | | | remarkable2-toolchain: init at 2.5.2
| * | | | | remarkable2-toolchain: init at 2.5.2Tad Fisher2021-01-13
| | | | | |
* | | | | | Merge pull request #105843 from HectorAE/quickfix-initSandro2021-01-14
|\ \ \ \ \ \
| * | | | | | quickfix: init at 1.15.1Hector Escobedo2021-01-13
| | | | | | |
* | | | | | | Merge pull request #109387 from fabaff/waterfurnaceJörg Thalheim2021-01-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3Packages.waterfurnace: init at 1.1.0
| * | | | | | | python3Packages.waterfurnace: init at 1.1.0Fabian Affolter2021-01-14
| | | | | | | |
* | | | | | | | perlPackages.NetHTTPSNB: fix stdenv.lib -> libStig Palmquist2021-01-14
| | | | | | | |
* | | | | | | | Merge pull request #109299 from mfrischknecht/slimserver-Net-HTTPS-NBStig2021-01-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | slimserver: add perlPackages.NetHTTPSNB as a dependency
| * | | | | | | | perlPackages.NetHTTPSNB: init at 0.15Manuel Frischknecht2021-01-14
| | | | | | | | |
* | | | | | | | | Merge pull request #109353 from alyssais/ydiffSandro2021-01-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ydiff,gitAndTools.ydiff: unify
| * | | | | | | | | ydiff,gitAndTools.ydiff: unifyAlyssa Ross2021-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Merge pull request #109357 from ehmry/gnuvdSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gnuvd: remove
| * | | | | | | | | | gnuvd: removeEmery Hemingway2021-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The backend service for this dictionary has been discontinued or is incompatible.
* | | | | | | | | | | Merge pull request #109352 from fabaff/tmbSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | python3Packages.tmb: init at 0.1.0Fabian Affolter2021-01-14
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #109351 from veehaitch/cert-chain-resolver-v1.0.1Sandro2021-01-14
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | pythonPackages.cert-chain-resolver: init at 1.0.1
| * | | | | | | | | | pythonPackages.cert-chain-resolver: init at 1.0.1Vincent Haupert2021-01-14
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #109327 from fabaff/pyveraSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python3Packages.pyvera: init at 0.3.11Fabian Affolter2021-01-13
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #109320 from fabaff/pymyqSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python3Packages.pymyq: init at 2.0.14Fabian Affolter2021-01-13
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #109316 from fabaff/pykiraSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python3Packages.pykira: init at 0.1.2Fabian Affolter2021-01-13
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #109301 from fabaff/xknxSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python3Packages.xknx: init at 0.16.0Fabian Affolter2021-01-13
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #109300 from fabaff/pyopnsenseSandro2021-01-14
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | python3Packages.pyopnsense: init at 0.3.0Fabian Affolter2021-01-13
| |/ / / / / / / /
* | / / / / / / / unixtools: align attribute name with filenameJörg Thalheim2021-01-14
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | (so they can be easier matched)
* | | | | | | | Merge pull request #109294 from fabaff/icmplibSandro2021-01-14
|\ \ \ \ \ \ \ \
| * | | | | | | | python3Packages.icmplib: init at 2.0.1Fabian Affolter2021-01-13
| |/ / / / / / /
* | | | | | | | Merge pull request #109298 from fabaff/poolsenseSandro2021-01-14
|\ \ \ \ \ \ \ \
| * | | | | | | | python3Packages.poolsense: init at 0.0.8Fabian Affolter2021-01-13
| |/ / / / / / /
* | | | | | | | Merge pull request #109291 from fabaff/hydrawiserSandro2021-01-14
|\ \ \ \ \ \ \ \
| * | | | | | | | python3Packages.hydrawiser: init at 0.2Fabian Affolter2021-01-13
| |/ / / / / / /
* | | | | | | | python3Packages.pyxeoma: init at 1.4.1Fabian Affolter2021-01-13
| | | | | | | |
* | | | | | | | Revert "calibre: 4.23.0 -> 5.9.0"Cole Helbling2021-01-13
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | pe-parse: init at 1.2.0Artur Cygan2021-01-13
| | | | | | |
* | | | | | | lagrange: init at 1.0.3Nikolay Korotkiy2021-01-13
| | | | | | |
* | | | | | | Merge pull request #107152 from adisbladis/emacs-withpackage-refactoradisbladis2021-01-13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | emacsPackages*: Move to emacs*.pkgs
| * | | | | | | treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis2021-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
| * | | | | | | emacsPackages*: Move to emacs*.pkgsadisbladis2021-01-13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it much easier to create customisations around emacs via the a new convenience passthru attr: - `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs` The previous versioned names `emacs*Packages` have been moved to aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.