treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
with stdenv.lib;
|
||||
|
||||
let
|
||||
common = args@{ version, sha256, patches ? [], withDocs ? false }: stdenv.mkDerivation rec {
|
||||
common = { version, sha256, patches ? [], withDocs ? false }: stdenv.mkDerivation rec {
|
||||
name = "openssl-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user