only build asymptote on linux, because it has never built on any platforms other than linux
svn path=/nixpkgs/trunk/; revision=25406
This commit is contained in:
parent
8a019554f5
commit
a3c649f969
@ -49,6 +49,6 @@ rec {
|
|||||||
a.lib.maintainers.raskin
|
a.lib.maintainers.raskin
|
||||||
];
|
];
|
||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux ++ freebsd ++ darwin;
|
linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user