pkgs/development/libraries: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-21 19:11:02 -08:00
committed by Jonathan Ringer
parent 046d24424e
commit 66e44425c6
1770 changed files with 4913 additions and 4912 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkg-config, libraw1394 }:
{ lib, stdenv, fetchurl, pkg-config, libraw1394 }:
stdenv.mkDerivation rec {
name = "libavc1394-0.5.4";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
homepage = "https://sourceforge.net/projects/libavc1394/";
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.lgpl21Plus;
platforms = lib.platforms.linux;
};
}