| 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 |
| * | python27Packages.bsddb3: 6.2.7 -> 6.2.9 | R. RyanTM | 2020-11-29 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python27Packages.bsddb3: 6.2.6 -> 6.2.7 | R. RyanTM | 2020-02-20 | 1 | -2/+2 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy | volth | 2019-06-16 | 1 | -1/+0 |
| * | python.pkgs.bsddb3: enable python3 and tests | Frederik Rietdijk | 2018-11-03 | 1 | -3/+4 |
| * | pythonPackages.bsddb3: 6.1.1 -> 6.2.6•••refactor move to python-modules. | Chris Ostrouchov | 2018-10-17 | 1 | -0/+38 |
| * | 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. | Frederik Rietdijk | 2015-12-11 | 1 | -12/+0 |
| * | bsddb3: update from 6.0.1 to 6.1.0 | Mateusz Kowalczyk | 2014-11-17 | 1 | -2/+2 |
| * | Move all db4 packages to the default db5 | William A. Kennington III | 2014-02-15 | 1 | -2/+2 |
| * | bsddb3: upgrade to 6.0.1•••should be backward compatible with all bdb 3 and 4 versions | Mathijs Kwik | 2013-12-23 | 1 | -4/+4 |
| * | * 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/+12 |
| * | - 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 | -12/+0 |
| * | * 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 | Eelco Dolstra | 2007-08-27 | 1 | -1/+1 |
| * | * Added cvs2svn.•••* Berkeley DB 4.5 is now the default. svn path=/nixpkgs/trunk/; revision=8641 | Eelco Dolstra | 2007-05-02 | 1 | -0/+12 |
