treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ coreutils, dpkg, fetchurl, gnugrep, gnused, makeWrapper,
|
||||
mfcl8690cdwlpr, perl, stdenv}:
|
||||
mfcl8690cdwlpr, perl, lib, stdenv}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mfcl8690cdwcupswrapper";
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
--replace "PRINTER =~" "PRINTER = \"mfcl8690cdw\"; #"
|
||||
|
||||
wrapProgram $dir/cupswrapper/brother_lpdwrapper_mfcl8690cdw \
|
||||
--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
|
||||
@@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Brother MFC-L8690CDW CUPS wrapper driver";
|
||||
homepage = "http://www.brother.com/";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.fuzzy-id ];
|
||||
license = lib.licenses.unfree;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.fuzzy-id ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user