| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Treewide: update some problematic homepages•••These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
| c0bw3b | 2019-12-08 | 1 | -1/+1 |
| * | pythonPackages.flup: refactor move to pyhton-modules•••added pypifetch
| Chris Ostrouchov | 2018-10-18 | 1 | -0/+23 |
| * | Moved "flup" from all-packages.nix into python-packages.nix.•••svn path=/nixpkgs/trunk/; revision=24044
| Peter Simons | 2010-10-04 | 1 | -18/+0 |
| * | * Reverted most of the recent Python refactorings, as discussed. It's••• a worthy goal to move the Python packages that are currently in
all-packages.nix into a single attribute set, but this doesn't
require moving python-packages.nix or the other changes made to that
file. The Python packages in all-packages.nix should simply be
moved to python-packages.nix, and ideally changed to use
buildPythonPackage.
svn path=/nixpkgs/trunk/; revision=21196
| Eelco Dolstra | 2010-04-21 | 1 | -0/+18 |
| * | - adding experimental python31 build•••- cleanup python libraries:
* moving all python libraries into a attr set into a directory
so that expressions can be used for both: python 2.5 and 2.6 easily
* disabling packages which don't build
svn path=/nixpkgs/trunk/; revision=21142
| Marc Weber | 2010-04-17 | 1 | -18/+0 |
| * | Remove erroneous mkDerivation•••svn path=/nixpkgs/trunk/; revision=20145
| Michael Raskin | 2010-02-21 | 1 | -1/+1 |
| * | Update flup•••svn path=/nixpkgs/trunk/; revision=19460
| Michael Raskin | 2010-01-15 | 1 | -2/+2 |
| * | Fix the cleanup-induced problems•••svn path=/nixpkgs/trunk/; revision=18554
| Michael Raskin | 2009-11-23 | 1 | -1/+3 |
| * | * Removed selectVersion. There's no good reason to write••• `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
| Eelco Dolstra | 2009-11-18 | 2 | -18/+16 |
| * | Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked ...•••svn path=/nixpkgs/trunk/; revision=12060
| Michael Raskin | 2008-06-12 | 1 | -0/+18 |