mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
90c859d0c7
svn path=/nixpkgs/trunk/; revision=22026
8 lines
268 B
Nix
8 lines
268 B
Nix
{
|
|
downloadPage = "http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page";
|
|
baseName = "gambit";
|
|
sourceRegexp = "[.]tgz";
|
|
versionExtractorSedScript = ''s/.*-(v[_0-9]+)-devel[.].*/\1/'';
|
|
versionReferenceCreator = ''$(replaceAllVersionOccurences)'';
|
|
}
|