pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "gpp";
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
installCheckPhase = "$out/bin/gpp --help";
|
||||
doInstallCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "General-purpose preprocessor with customizable syntax";
|
||||
homepage = "https://logological.org/gpp";
|
||||
license = licenses.lgpl3;
|
||||
|
||||
Reference in New Issue
Block a user