| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.ecdsa: 0.16.1 -> 0.17.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python3Packages.ecdsa: 0.15 -> 0.16.1 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | Unmaintain packages I don't use anymore•••Just got a reminder via the vulnerability roundup[1] that I'm still
listed as maintainer for Synergy, even though I stopped using it years
ago.
I'll also take this as an opportunity to remove myself from other
packages which I stopped using and thus most certainly won't be able to
maintain. The latter is already hard enough these days for software
which I *do* use.
[1]: https://github.com/NixOS/nixpkgs/issues/94007
Signed-off-by: aszlig <aszlig@nix.build>
| aszlig | 2020-07-28 | 1 | -1/+0 |
| * | python: ecdsa: 0.14.1 -> 0.15 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | pythonPackages.ecdsa: add six dependency | Jonathan Ringer | 2019-12-30 | 1 | -0/+2 |
| * | python: ecdsa: 0.13.3 -> 0.14.1 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | python: ecdsa: 0.13.2 -> 0.13.3 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python: ecdsa: 0.13 -> 0.13.2 | Frederik Rietdijk | 2019-04-24 | 1 | -2/+2 |
| * | pythonPackages: fix native / check inputs | Frederik Rietdijk | 2019-01-15 | 1 | -1/+1 |
| * | pythonPackages.ecdsa: refactor move to python-modjules | Chris Ostrouchov | 2018-10-17 | 1 | -0/+26 |
| * | python ecdsa: remove duplicate•••ecdsa was specified in python-modules/ and in python-packages.nix.
| Frederik Rietdijk | 2015-12-11 | 1 | -18/+0 |
| * | Fix many package descriptions•••(My OCD kicked in today...)
Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.
I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.
I've tried to stay away from generated expressions (and I think I
succeeded).
Some specifics worth mentioning:
* cron, has "Vixie Cron" in its description. The "Vixie" part is not
mentioned anywhere else. I kept it in a parenthesis at the end of the
description.
* ctags description started with "Exuberant Ctags ...", and the
"exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
at the end of description.
* nix has the description "The Nix Deployment System". Since that
doesn't really say much what it is/does (especially after removing
the package name!), I changed that to "Powerful package manager that
makes package management reliable and reproducible" (borrowed from
nixos.org).
* Tons of "GNU Foo, Foo is a [the important bits]" descriptions
is changed to just [the important bits]. If the package name doesn't
contain GNU I don't think it's needed to say it in the description
either.
| Bjørn Forsman | 2014-08-24 | 1 | -2/+2 |
| * | electrum: initial expression•••Electrum is a Bitcoin thin-wallet.
https://electrum.org
| Emery Hemingway | 2014-03-23 | 1 | -0/+18 |