pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Embed static files in Go binaries (replacement for gobuffalo/packr) ";
|
||||
homepage = "https://github.com/markbates/pkger";
|
||||
changelog = "https://github.com/markbates/pkger/releases/tag/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user