Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d559c776a130
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a81c1d1fd9a0
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 21, 2020

  1. idris2: Enable --install, bugfixes

    This removes the need of the bin/idris2_app folder and replaces
    it with proper links to the nix-storage folders.
    This allows the user to override IDRIS2_PREFIX which will allow
    them to use --install to install libraries.
    
    * Fix: idris2_app/ was exposed in bin/
    * Remove native Idris2 wrapper that set LD_LIBRARY_PATH
    * Improve new Idris2 wrapper to set Idris2 paths to out folders
    wchresta committed Aug 21, 2020
    Copy the full SHA
    24d5c73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #95776 from wchresta/idris2-paths

    idris2: Enable --install, bugfixes
    Lassulus committed Aug 21, 2020
    Copy the full SHA
    a81c1d1 View commit details
    Browse the repository at this point in the history