Merge pull request #82002 from LnL7/vaultenv

vaultenv: fix build
This commit is contained in:
Dennis Gosnell
2020-03-08 11:01:23 +09:00
committed by GitHub

View File

@@ -15,6 +15,11 @@ mkDerivation rec {
buildTools = [ hpack ];
prePatch = ''
substituteInPlace package.yaml \
--replace -Werror ""
'';
isLibrary = false;
isExecutable = true;
executableHaskellDepends = [