mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
* Fixed gnuplotX.
svn path=/nixpkgs/trunk/; revision=9357
This commit is contained in:
parent
53bd841c1b
commit
3595fc845d
1 changed files with 3 additions and 3 deletions
|
@ -433,9 +433,9 @@ rec {
|
|||
};
|
||||
|
||||
gnuplotX = import ../tools/graphics/gnuplot {
|
||||
inherit fetchurl stdenv zlib libpng texinfo;
|
||||
inherit (xlibs) libX11 libXt libXaw libXpm;
|
||||
x11Support = true;
|
||||
inherit fetchurl stdenv zlib gd texinfo;
|
||||
inherit (xlibs) libX11 libXt libXaw libXpm;
|
||||
x11Support = true;
|
||||
};
|
||||
|
||||
gnused = useFromStdenv (stdenv ? gnused) stdenv.gnused
|
||||
|
|
Loading…
Reference in a new issue