gv: add explicit libXext build depend
A preparation to remove xlibsWrapper from Xaw3d's propagatedbuildInputs.
This commit is contained in:
parent
8ae7fa8541
commit
6fcc794d27
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, Xaw3d, ghostscriptX, perl, pkg-config, libiconv }:
|
||||
{ lib, stdenv, fetchurl, libXext, Xaw3d, ghostscriptX, perl, pkg-config, libiconv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gv";
|
||||
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
libXext
|
||||
Xaw3d
|
||||
ghostscriptX
|
||||
perl
|
||||
|
|
Loading…
Reference in a new issue