File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4444 ghc ? ghcWithPackages ( p : with p ; [ ieee754 ] ) ,
4545 } :
4646 let
47- library-file = mkLibraryFile pkgs ;
47+ libraryFile = mkLibraryFile pkgs ;
4848 pname = "agdaWithPackages" ;
4949 version = Agda . version ;
5050 in
5454 nativeBuildInputs = [ makeWrapper ] ;
5555 passthru = {
5656 unwrapped = Agda ;
57- inherit withPackages ;
57+ inherit
58+ withPackages
59+ libraryFile
60+ ;
5861 tests = {
5962 inherit ( nixosTests ) agda ;
6063 allPackages = withPackages ( filter self . lib . isUnbrokenAgdaPackage ( attrValues self ) ) ;
6770 mkdir -p $out/bin
6871 makeWrapper ${ lib . getExe Agda } $out/bin/agda \
6972 ${ lib . optionalString ( ghc != null ) ''--add-flags "--with-compiler=${ ghc } /bin/ghc"'' } \
70- --add-flags "--library-file=${ library-file } "
73+ --add-flags "--library-file=${ libraryFile } "
7174 ln -s ${ lib . getExe' Agda "agda-mode" } $out/bin/agda-mode
7275 '' ;
7376
You can’t perform that action at this time.
0 commit comments