agdaPackages.standard-library: don't install Everything files
This commit is contained in:
parent
226299e1a2
commit
688ebdc77d
1 changed files with 3 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue