waybar-mpris: remove unused dependency

This commit is contained in:
Paul Meyer 2023-12-30 20:55:22 +01:00
parent 2b1c2cb1cd
commit ad6bc6f680

View file

@ -1,7 +1,6 @@
{ lib
, fetchgit
, buildGoModule
, installShellFiles
}:
buildGoModule {
@ -16,8 +15,6 @@ buildGoModule {
vendorHash = "sha256-85jFSAOfNMihv710LtfETmkKRqcdRuFCHVuPkW94X/Y=";
nativeBuildInputs = [ installShellFiles ];
ldflags = [
"-s"
"-w"