pkgs/*: remove unreferenced function arguments

This commit is contained in:
volth
2018-07-21 00:44:44 +00:00
parent 1a6af9f88e
commit 52f53c69ce
1540 changed files with 1554 additions and 1878 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, git, openssl, autoconf, pkgs, makeStaticLibraries, version, git-version, SRC }:
{ stdenv, git, openssl, autoconf, pkgs, makeStaticLibraries, version, SRC }:
stdenv.mkDerivation rec {
name = "gambit-${version}";

View File

@@ -2,7 +2,6 @@
callPackage ./build.nix {
version = "4.8.9";
git-version = "4.8.9";
SRC = fetchurl {
url = "http://www.iro.umontreal.ca/~gambit/download/gambit/v4.8/source/gambit-v4_8_9-devel.tgz";

View File

@@ -2,7 +2,6 @@
callPackage ./build.nix {
version = "unstable-2018-05-30";
git-version = "4.8.9-54-gffe8841b";
SRC = fetchgit {
url = "https://github.com/feeley/gambit.git";
rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";