xfig: drop unused xlibsWrapper
Tested as no material change in `out` output with `diffoscope`.
This commit is contained in:
parent
ede661244e
commit
6a179efd12
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue