[bot] treewide: remove unused 'args@' in lambdas

This commit is contained in:
volth
2018-07-20 19:54:05 +00:00
parent 1a6af9f88e
commit dda95bae35
74 changed files with 76 additions and 76 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
let
common = { versionMajor, versionMinor, sha256 } @ args: stdenv.mkDerivation (rec {
common = { versionMajor, versionMinor, sha256 }: stdenv.mkDerivation (rec {
name = "apache-tomcat-${version}";
version = "${versionMajor}.${versionMinor}";