Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
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
2021-01-11 10:38:22 +01:00
R. RyanTM
937cce60d8
python27Packages.bsddb3: 6.2.7 -> 6.2.9
2020-11-29 10:14:41 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
4979ccb4b0
python27Packages.bsddb3: 6.2.6 -> 6.2.7
2020-02-20 18:58:16 +00:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Frederik Rietdijk
ca7fa914c3
python.pkgs.bsddb3: enable python3 and tests
2018-11-03 12:40:03 +01:00
Chris Ostrouchov
45323efb55
pythonPackages.bsddb3: 6.1.1 -> 6.2.6
...
refactor move to python-modules.
2018-10-17 07:46:55 +02:00
Frederik Rietdijk
fa45088ae9
python bsddb3: move and update expression
...
The updated expression uses buildPythonPackage and thus installs a
wheel. Unfortunately, setting the --berkeley-db flag seems to fail.
2015-12-11 10:41:37 +01:00
Mateusz Kowalczyk
88ea3e8c48
bsddb3: update from 6.0.1 to 6.1.0
2014-11-17 18:07:17 +00:00
William A. Kennington III
bdb842d5eb
Move all db4 packages to the default db5
2014-02-15 12:03:02 +01:00
Mathijs Kwik
5e2921df64
bsddb3: upgrade to 6.0.1
...
should be backward compatible with all bdb 3 and 4 versions
2013-12-23 10:25:16 +01:00
Eelco Dolstra
e2a374799f
* 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
2010-04-21 10:51:15 +00:00
Marc Weber
8c0b7e4ad2
- 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
2010-04-17 18:28:25 +00:00
Eelco Dolstra
607b0d3e80
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
...
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/ ^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done
svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
Eelco Dolstra
dfd401259c
* Added cvs2svn.
...
* Berkeley DB 4.5 is now the default.
svn path=/nixpkgs/trunk/; revision=8641
2007-05-02 11:49:18 +00:00