uncurse mattermost

thanks to emily for the secret nixpkgs knowledge!
This commit is contained in:
stuebinm 2024-02-16 23:19:56 +01:00
parent 2988939be0
commit 461cb01126

View file

@ -9,17 +9,13 @@ let
src = "${sources.mattermost-server}/server"; src = "${sources.mattermost-server}/server";
# this is a hack. with it uncommented, the dependencies as specified by the vendor # TODO: this should not be needed after the next update, assuming they don't
# hash can be built, but not the package itself. without it, the package itself # again push a release without running `go mod tidy`
# can be built, but not its dependencies. Thus the only way to build this package overrideModAttrs = (_: {
# for now is to run it twice, and rely on the nix store's caching preBuild = ''
# go mod tidy
# this bit is cursed, and i am too tired to try and fix it now '';
# ~terru });
# preBuild = ''
# go mod tidy
# '';
vendorHash = "sha256-ZbLSxG9Gyhk7PBC2V6sMtrQNXvm+ugMfliFIHWO1VLs="; vendorHash = "sha256-ZbLSxG9Gyhk7PBC2V6sMtrQNXvm+ugMfliFIHWO1VLs=";