treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, dpkg, makeWrapper, coreutils, gnugrep, gnused, perl, mfcl2720dwlpr }:
|
||||
{ lib, stdenv, fetchurl, dpkg, makeWrapper, coreutils, gnugrep, gnused, perl, mfcl2720dwlpr }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mfcl2720dwcupswrapper";
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
--replace /usr/bin/perl ${perl}/bin/perl
|
||||
|
||||
wrapProgram $dir/cupswrapper/brother_lpdwrapper_MFCL2720DW \
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ coreutils gnugrep gnused ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ coreutils gnugrep gnused ]}
|
||||
|
||||
mkdir -p $out/lib/cups/filter
|
||||
mkdir -p $out/share/cups/model
|
||||
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Brother MFC-L2720DW CUPS wrapper driver";
|
||||
homepage = "http://www.brother.com/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
maintainers = [ stdenv.lib.maintainers.xeji ];
|
||||
maintainers = [ lib.maintainers.xeji ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user