···6, chez
7, gmp
8, zsh
09}:
1011# NOTICE: An `idris2WithPackages` is available at: https://github.com/claymager/idris2-pkgs
···81 --suffix IDRIS2_PATH ':' "${additionalIdris2Paths}" \
82 --suffix ${if stdenv.isDarwin then "DYLD_LIBRARY_PATH" else "LD_LIBRARY_PATH"} ':' "$out/${name}/lib"
83 '';
0008485 meta = {
86 description = "A purely functional programming language with first class types";
···6, chez
7, gmp
8, zsh
9+, callPackage
10}:
1112# NOTICE: An `idris2WithPackages` is available at: https://github.com/claymager/idris2-pkgs
···82 --suffix IDRIS2_PATH ':' "${additionalIdris2Paths}" \
83 --suffix ${if stdenv.isDarwin then "DYLD_LIBRARY_PATH" else "LD_LIBRARY_PATH"} ':' "$out/${name}/lib"
84 '';
85+86+ # Run package tests
87+ passthru.tests = callPackage ./tests.nix { inherit pname; };
8889 meta = {
90 description = "A purely functional programming language with first class types";