pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -29,8 +29,8 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "A command-line exact real calculator";
|
||||
homepage = "https://www.chiark.greenend.org.uk/~sgtatham/spigot/";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with maintainers; [ mcbeth ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user