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:
parent
84510146d4
commit
4fbac1297f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue