treewide: stdenv.lib -> lib
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user