waybar-mpris: remove unused dependency
This commit is contained in:
parent
2b1c2cb1cd
commit
ad6bc6f680
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib
|
||||
, fetchgit
|
||||
, buildGoModule
|
||||
, installShellFiles
|
||||
}:
|
||||
|
||||
buildGoModule {
|
||||
|
@ -16,8 +15,6 @@ buildGoModule {
|
|||
|
||||
vendorHash = "sha256-85jFSAOfNMihv710LtfETmkKRqcdRuFCHVuPkW94X/Y=";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
|
|
Loading…
Reference in a new issue