treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig, glib, libdaemon
|
||||
, mpd_clientlib, curl, sqlite, ruby, bundlerEnv, libnotify, pandoc }:
|
||||
, mpd_clientlib, curl, sqlite, bundlerEnv, libnotify, pandoc }:
|
||||
|
||||
let
|
||||
gemEnv = bundlerEnv {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, opl3bankeditor, fetchFromGitHub, fetchpatch }:
|
||||
{ opl3bankeditor, fetchFromGitHub }:
|
||||
|
||||
opl3bankeditor.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.3-beta";
|
||||
|
||||
Reference in New Issue
Block a user