xfig: drop unused xlibsWrapper

Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
Sergei Trofimovich 2022-10-29 08:45:23 +01:00 committed by Bjørn Forsman
parent ede661244e
commit 6a179efd12

View file

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchurl , fetchurl
, xlibsWrapper
, makeWrapper , makeWrapper
, imagemagick , imagemagick
, libXpm , libXpm
@ -25,7 +24,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ imagemagick makeWrapper ]; nativeBuildInputs = [ imagemagick makeWrapper ];
buildInputs = [ buildInputs = [
xlibsWrapper
libXpm libXpm
libXmu libXmu
libXi libXi