treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-16 17:58:11 +07:00
parent a9bb54359e
commit badf51221d
977 changed files with 2613 additions and 2613 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, patchelf
{ lib, stdenv, fetchurl, makeWrapper, patchelf
, fontconfig, freetype, glib, libICE, libSM
, libX11, libXext, libXrender, zlib
}:
@@ -6,7 +6,7 @@
let
sha256 = "6d6ca2b383bcc81af1217c696eb77864a2b6db7428f4b5bde5b5913ce705eec5";
ldpath = stdenv.lib.makeLibraryPath [
ldpath = lib.makeLibraryPath [
fontconfig freetype glib libICE libSM
libX11 libXext libXrender zlib
];
@@ -53,8 +53,8 @@ in stdenv.mkDerivation {
meta = {
homepage = "https://spideroak.com";
description = "Secure online backup and sychronization";
license = stdenv.lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [ amorsillo ];
platforms = stdenv.lib.platforms.linux;
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ amorsillo ];
platforms = lib.platforms.linux;
};
}