summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-05-06 08:54:01 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-05-06 08:54:01 +0000
commit8774874b891584457df1becdc23b99b265ae44b6 (patch)
tree6f66eb7149fef0f235f3db1adc5c2da0dd30f10c /pkgs/system/all-packages-generic.nix
parent24d6f803f096667ab8a3f71273e5dad16e2970ba (diff)
downloadnixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar.gz
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar.bz2
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar.lz
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar.xz
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.tar.zst
nixpkgs-8774874b891584457df1becdc23b99b265ae44b6.zip
* Gnuplot 4.0 (without X support).
svn path=/nixpkgs/trunk/; revision=2993
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index b98e083128e..b4cc6a29185 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -143,6 +143,10 @@ rec {
     inherit (xlibs) libXaw;
   };
 
+  gnuplot = (import ../tools/graphics/gnuplot) {
+    inherit fetchurl stdenv zlib libpng texinfo;
+  };
+
   exif = (import ../tools/graphics/exif) {
     inherit fetchurl stdenv pkgconfig libexif popt;
   };