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 |
|
Ben Siraphob
|
3ae5e6ce03
|
treewide: remove enableParallelBuilding = true if using cmake
|
2021-01-03 18:37:40 +07:00 |
|
Franz Pletz
|
1a871b4382
|
minisat: 2.2.0 -> 2.2.1
|
2019-12-30 03:50:35 +01:00 |
|
Jonathan Ringer
|
6f279584fd
|
stp: 2.2.0 -> 2.3.3
|
2019-08-26 14:00:48 -07:00 |
|
Yegor Timoshenko
|
506c89c30a
|
maintainers: remove mornfall from packages
|
2018-01-17 05:17:33 +00:00 |
|
Orivej Desh
|
9f8ec7e4d3
|
stp: disable parallel building
|
2017-12-07 08:52:42 +00:00 |
|
Jörg Thalheim
|
2549be898d
|
stp: 2014.01.07 -> 2.2.0
|
2017-05-22 22:25:45 +01:00 |
|
Tobias Geerinckx-Rice
|
158e1cfdd0
|
Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
|
2015-05-28 19:20:29 +02:00 |
|
William A. Kennington III
|
aa3e800be7
|
boost: Remove boost.lib
|
2014-11-02 17:22:27 -08:00 |
|
William A. Kennington III
|
31220480d8
|
boost: Update depdendent packages
|
2014-09-21 17:20:59 -07:00 |
|
Petr Rockai
|
ed5bd26574
|
STP: Simple Theorem Prover (a SMT solver for bitvectors & arrays).
|
2014-01-25 16:33:12 +01:00 |
|