3
0
Fork 0
forked from mirrors/nixpkgs

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
, stdenv
, fetchurl
, xlibsWrapper
, makeWrapper
, imagemagick
, libXpm
@ -25,7 +24,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ imagemagick makeWrapper ];
buildInputs = [
xlibsWrapper
libXpm
libXmu
libXi