Add gurobi to the system packages if the configuration specifies a license

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-10-16 11:26:39 -04:00
parent 715bee3a0a
commit 6171f13ed5

View file

@ -36,6 +36,8 @@ in {
name = "gurobi-generated-license"; name = "gurobi-generated-license";
text = "TOKENSERVER=${cfg.tokenServerAddress}"; text = "TOKENSERVER=${cfg.tokenServerAddress}";
}; };
environment.systemPackages = [ pkgs.gurobi ];
}; };
}; };
} }