forked from mirrors/nixpkgs
tychus: buildFlags -> tags
This commit is contained in:
parent
0d2e76fdc9
commit
278339a3bf
|
@ -17,7 +17,7 @@ buildGoPackage rec {
|
|||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation ];
|
||||
|
||||
buildFlags = [ "--tags" "release" ];
|
||||
tags = [ "release" ];
|
||||
|
||||
meta = {
|
||||
description = "Command line utility to live-reload your application";
|
||||
|
|
Loading…
Reference in a new issue