treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -131,7 +131,7 @@ stdenv.mkDerivation {
|
||||
dontStrip = true;
|
||||
dontPatchElf = true;
|
||||
|
||||
updateScript = import ./update.nix { inherit stdenv writeScript runtimeShell; };
|
||||
updateScript = import ./update.nix { inherit writeScript runtimeShell; };
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.mendeley.com;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, writeScript, runtimeShell }:
|
||||
{ writeScript, runtimeShell }:
|
||||
|
||||
writeScript "update-mendeley" ''
|
||||
#!${runtimeShell}
|
||||
|
||||
Reference in New Issue
Block a user