Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell.compiler.ghc9{6,8}: fix elfutils splicing #305394

Commits on Apr 19, 2024

  1. haskell.compiler.ghc9{6,8}: fix elfutils splicing

    elfutils is used in the RTS (rts/Libdw.c), i.e. it will be used on the
    target platform.
    
    Tested via pkgsCross.gnu32.haskellPackages.ghc [1], though NixOS#304605 needs
    to be cherry-picked for elfutils to build.
    
    [1]: nix-shell -E 'with import ./. { crossSystem = "i686-linux"; };
           mkShell { nativeBuildInputs = [haskellPackages.ghc ]; }'
    sternenseemann committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b868aaa View commit details
    Browse the repository at this point in the history