3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/science/electronics
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
..
adms
alliance treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
appcsxcad treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
archimedes
bitscope treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
caneda treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
csxcad treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
diylc treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dsview treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
eagle treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
flatcam
fparser treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fped
fritzing
geda treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gerbv treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gtkwave
hal-hardware-analyzer treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
horizon-eda horizon-eda: 1.2.1 -> 1.3.0 2020-11-25 12:23:45 -08:00
hyp2mat treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
kicad treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
librepcb treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
magic-vlsi treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
nanovna-saver nanovna-saver: 0.3.7 -> 0.3.8 2021-01-01 10:47:03 +00:00
ngspice treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
openems treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
openhantek6022
pcb treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pulseview
qfsm treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
qucs treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
tkgate
verilator treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
verilog treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
vhd2vl treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xcircuit treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
xoscope