treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, texinfo, alsaLib, libpulseaudio, CoreAudio }:
|
||||
|
||||
let
|
||||
inherit (stdenv.lib) optional optionals optionalString;
|
||||
inherit (stdenv.lib) optional optionalString;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libmikmod-3.3.11.1";
|
||||
|
||||
Reference in New Issue
Block a user