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
commit 25f451a444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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