mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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,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 New Issue
Block a user