treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ buildGoPackage rec {
|
||||
|
||||
nativeBuildInputs = [ go-bindata gotools makeWrapper ];
|
||||
|
||||
preBuild = ''go generate ./...'';
|
||||
preBuild = "go generate ./...";
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/go2nix \
|
||||
|
||||
Reference in New Issue
Block a user