treewide: stdenv.lib -> lib
This commit is contained in:
@@ -139,7 +139,7 @@ let
|
||||
|
||||
outputs = [ "out" "lib" "dev" "pythonsrc" ];
|
||||
|
||||
meta = with gcc6Stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Open source, distributed, transactional key-value store";
|
||||
homepage = "https://www.foundationdb.org";
|
||||
license = licenses.asl20;
|
||||
|
||||
Reference in New Issue
Block a user