Commit c3be03ad authored by Mario Rodas's avatar Mario Rodas
Browse files

vale: deprecate the data output

parent 632c46f0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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