mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
rPackages.{hSDM,hgwrr}: add comment
This commit is contained in:
committed by
Michael Daniels
parent
7fc7cc761f
commit
95ebfe14c4
@@ -646,14 +646,14 @@ let
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
hSDM = [ pkgs.gsl ];
|
||||
hSDM = [ pkgs.gsl ]; # for gsl-config
|
||||
harbinger = [ pkgs.glibcLocales ];
|
||||
heck = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
hellorust = [ pkgs.cargo ];
|
||||
hgwrr = [ pkgs.gsl ];
|
||||
hgwrr = [ pkgs.gsl ]; # for gsl-config
|
||||
highs = [
|
||||
pkgs.which
|
||||
pkgs.cmake
|
||||
|
||||
Reference in New Issue
Block a user