treewide: replace make/build/configure/patchFlags with nix lists
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.hostPlatform.isDarwin [ CoreFoundation ];
|
||||
|
||||
buildFlags = "--tags release";
|
||||
buildFlags = [ "--tags" "release" ];
|
||||
|
||||
meta = {
|
||||
description = "Command line utility to live-reload your application.";
|
||||
|
||||
Reference in New Issue
Block a user