mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python-matplotlib: enable Linux builds by Hydra
svn path=/nixpkgs/trunk/; revision=29509
This commit is contained in:
parent
6bd8eea788
commit
ed6328b5ee
1 changed files with 2 additions and 0 deletions
|
@ -770,6 +770,8 @@ let pythonPackages = python.modules // rec {
|
|||
meta = {
|
||||
description = "python plotting library, making publication quality plots";
|
||||
homepage = "http://matplotlib.sourceforge.net/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue