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, autoreconfHook, pkg-config, libdrm, libva }:
|
||||
{ lib, stdenv, fetchurl, autoreconfHook, pkg-config, libdrm, libva }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cmrt";
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libdrm libva ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://01.org/linuxmedia";
|
||||
description = "Intel C for Media Runtime";
|
||||
longDescription = "Media GPU kernel manager for Intel G45 & HD Graphics family";
|
||||
|
||||
Reference in New Issue
Block a user