forked from mirrors/nixpkgs
agdaPackages.standard-library: don't install Everything files
This commit is contained in:
parent
226299e1a2
commit
688ebdc77d
|
@ -14,6 +14,9 @@ mkDerivation rec {
|
||||||
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
runhaskell GenerateEverything.hs
|
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; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue