pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, unzip, fetchurl }:
|
||||
{ lib, stdenv, unzip, fetchurl }:
|
||||
|
||||
# Upstream changes files in-place, to update:
|
||||
# 1. Check latest version at http://www.un4seen.com/
|
||||
@@ -55,7 +55,7 @@ let
|
||||
install -m644 -t $out/include/ ${bass.h}
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Shareware audio library";
|
||||
homepage = "https://www.un4seen.com/";
|
||||
license = licenses.unfreeRedistributable;
|
||||
@@ -63,4 +63,4 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
in stdenv.lib.mapAttrs dropBass allBass
|
||||
in lib.mapAttrs dropBass allBass
|
||||
|
||||
Reference in New Issue
Block a user