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

Fix static building for ocaml-ng #73820

Merged
merged 16 commits into from Dec 2, 2019
Merged

Commits on Nov 11, 2019

  1. ocaml-modules: replace buildInputs with nativeBuildInputs where appro…

    …priate
    
    The default has been to use buildInputs for build dependencies.
    This doesn't work when cross-compiling.
    yorickvP authored and balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4550405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2693fa4 View commit details
    Browse the repository at this point in the history
  3. ocamlPackages.cpuid: 0.1.0 -> 0.1.2

    yorickvP authored and balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    5a40ccf View commit details
    Browse the repository at this point in the history
  4. ocamlPackages.zarith: 1.8 -> 1.9

    yorickvP authored and balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    a1cc0f1 View commit details
    Browse the repository at this point in the history
  5. libusb1: use lib.getLib to find systemd.lib

    This allows this package to build with eudev instead.
    yorickvP authored and balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b3862e2 View commit details
    Browse the repository at this point in the history
  6. libgcrypt: disable asm on musl

    yorickvP authored and balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3df718e View commit details
    Browse the repository at this point in the history
  7. kmod: fix --enable-static

    balsoft committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    8983cac View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. js_of_ocaml: fix dependencies

    balsoft committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    81ca7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b838f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484e0a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08edfb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81384e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78ec0e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c9a0e9 View commit details
    Browse the repository at this point in the history
  8. ocaml: partially fix pkgsStatic.ocaml-ng

    This commit adds a static adapter for ocaml packages and applies it to
    pkgsStatic.ocaml-ng.
    
    The adapter fixes build of ocaml itself with version <= 4.7 and also attempts
    to fix builds of some packages.
    balsoft committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    7263951 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    0505c51 View commit details
    Browse the repository at this point in the history