treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
lib, stdenv,
|
||||
fetchurl,
|
||||
gnuplot,
|
||||
sox,
|
||||
flac,
|
||||
id3v2,
|
||||
vorbis-tools,
|
||||
makeWrapper
|
||||
{ stdenv
|
||||
, lib
|
||||
, fetchurl
|
||||
, gnuplot
|
||||
, sox
|
||||
, flac
|
||||
, id3v2
|
||||
, vorbis-tools
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user