agdaPackages.standard-library: don't install Everything files

This commit is contained in:
Alexander Ben Nasrallah 2021-01-22 15:16:53 +01:00
parent 226299e1a2
commit 688ebdc77d
No known key found for this signature in database
GPG key ID: DF6D22A22FA2D5A8

View file

@ -14,6 +14,9 @@ mkDerivation rec {
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
preConfigure = ''
runhaskell GenerateEverything.hs
# We will only build/consider Everything.agda, in particular we don't want Everything*.agda
# do be copied to the store.
rm EverythingSafe.agda EverythingSafeGuardedness.agda EverythingSafeSizedTypes.agda
'';
meta = with lib; {