mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
vale: deprecate the data output
This commit is contained in:
parent
632c46f07b
commit
c3be03ad44
@ -13,7 +13,6 @@ buildGoModule rec {
|
||||
version = "3.4.1";
|
||||
|
||||
subPackages = [ "cmd/vale" ];
|
||||
outputs = [ "out" "data" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "errata-ai";
|
||||
@ -24,11 +23,6 @@ buildGoModule rec {
|
||||
|
||||
vendorHash = "sha256-HMzFLSmO6sBDNU89UoIvHcPPd3ubpti2ii4sFMKUDmI=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $data/share/vale
|
||||
cp -r testdata/styles $data/share/vale
|
||||
'';
|
||||
|
||||
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
|
||||
|
||||
# Tests require network access
|
||||
|
Loading…
Reference in New Issue
Block a user