pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake git ];
|
||||
buildInputs = stdenv.lib.optionals stdenv.isLinux [ glibc.static ];
|
||||
buildInputs = lib.optionals stdenv.isLinux [ glibc.static ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/dropbox/lepton";
|
||||
|
||||
Reference in New Issue
Block a user