summary refs log tree commit diff
path: root/pkgs/tools/misc/gams
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:46 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:30:46 +0000
commitf37effbc998e1fe81547c48b7d7382f9f66261a5 (patch)
tree2d76a580b647c08a23abee6579fb6af765dce1b0 /pkgs/tools/misc/gams
parentec2452dac17d492e09f65b8f8eca6366fb6858a2 (diff)
downloadnixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar.gz
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar.bz2
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar.lz
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar.xz
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.tar.zst
nixpkgs-f37effbc998e1fe81547c48b7d7382f9f66261a5.zip
gams: move defaults to package file
Diffstat (limited to 'pkgs/tools/misc/gams')
-rw-r--r--pkgs/tools/misc/gams/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/gams/default.nix b/pkgs/tools/misc/gams/default.nix
index 990282b2d58..011231692f3 100644
--- a/pkgs/tools/misc/gams/default.nix
+++ b/pkgs/tools/misc/gams/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, unzip, file, licenseFile, optgamsFile}:
+{ stdenv, fetchurl, unzip, file, licenseFile ? null, optgamsFile ? null}:
 
 assert licenseFile != null;