Skip to content

Commit

Permalink
qmmp: drop unused xlibsWrapper
Browse files Browse the repository at this point in the history
Tested as no material change in `out` output with `diffoscope`.
  • Loading branch information
trofi authored and bjornfor committed Oct 30, 2022
1 parent 8451014 commit 4fbac12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/qmmp/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchurl, cmake, pkg-config, xlibsWrapper
{ lib, mkDerivation, fetchurl, cmake, pkg-config
, qtbase, qttools, qtmultimedia, qtx11extras
# transports
, curl, libmms
Expand Down Expand Up @@ -40,7 +40,7 @@ mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config ];
buildInputs =
[ # basic requirements
qtbase qttools qtmultimedia qtx11extras xlibsWrapper
qtbase qttools qtmultimedia qtx11extras
# transports
curl libmms
# input plugins
Expand Down

0 comments on commit 4fbac12

Please sign in to comment.