mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
lacaml: Use propagatedBuildInputs for stublibs
This frees the packages depending on lacaml to have to repeat this.
This commit is contained in:
parent
39769df9df
commit
94560d77ec
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1aflg07cc9ak9mg1cr0qr368c9s141glwlarl5nhalf6hhq7ibcb";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
[ ocaml findlib dune base stdio liblapack blas ] ++
|
||||
buildInputs = [ ocaml findlib dune base stdio ];
|
||||
propagatedBuildInputs = [ liblapack blas ] ++
|
||||
stdenv.lib.optionals stdenv.isDarwin
|
||||
[ darwin.apple_sdk.frameworks.Accelerate ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user