mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.{automerge,libipldr}: fix build
This commit is contained in:
@@ -551,6 +551,11 @@ let
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
automerge = with pkgs; [
|
||||
cargo
|
||||
cmake
|
||||
rustc
|
||||
];
|
||||
awdb = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
@@ -706,6 +711,10 @@ let
|
||||
cmake
|
||||
pkg-config
|
||||
];
|
||||
libipldr = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
lnmixsurv = [ pkgs.gsl ]; # for gsl-config
|
||||
lpsymphony = with pkgs; [
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user