pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, unzip }:
|
||||
{ lib, stdenv, fetchurl, unzip }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "amrwb";
|
||||
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||
# The wrapper code is free, but not the libraries from 3gpp.
|
||||
# It's a source code reference implementation with patents and licenses on
|
||||
# some countries, not redistributable.
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
license = lib.licenses.unfree;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user