1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

qmmp: drop unused xlibsWrapper

Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-10-29 22:25:40 +01:00 committed by Bjørn Forsman
parent 84510146d4
commit 4fbac1297f

View file

@ -1,4 +1,4 @@
{ lib, mkDerivation, fetchurl, cmake, pkg-config, xlibsWrapper
{ lib, mkDerivation, fetchurl, cmake, pkg-config
, qtbase, qttools, qtmultimedia, qtx11extras
# transports
, curl, libmms
@ -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