Adding alliance 5.0

svn path=/nixpkgs/trunk/; revision=14008
wip/yesman
Lluís Batlle i Rossell 16 years ago
parent 0f6908ca75
commit 264a6c709a
  1. 23
      pkgs/applications/science/electronics/alliance/default.nix
  2. 6
      pkgs/top-level/all-packages.nix

@ -0,0 +1,23 @@
{stdenv, fetchurl, xproto, motif, libX11, libXt, libXpm, bison, flex}:
stdenv.mkDerivation {
name = "alliance-5.0-20070718";
src = fetchurl {
url = http://www-asim.lip6.fr/pub/alliance/distribution/5.0/alliance-5.0-20070718.tar.gz;
sha256 = "4e17c8f9f4d344061166856d47e58527c6ae870fda0c73b5ba0200967d23af9f";
};
buildInputs = [ xproto motif xproto libX11 libXt libXpm bison flex];
patchPhase = ''
sed -i -e \
"s/private: static void operator delete/public: static void operator delete/" \
nero/src/ADefs.h
'';
meta = {
description = "Complete set of free CAD tools and portable libraries for VLSI design.";
homepage = http://www-asim.lip6.fr/recherche/alliance/;
};
}

@ -8635,6 +8635,12 @@ let
### SCIENCE/BIOLOGY
alliance = import ../applications/science/electronics/alliance {
inherit fetchurl stdenv bison flex;
inherit (xlibs) xproto libX11 libXt libXpm;
motif = lesstif;
};
arb = import ../applications/science/biology/arb {
inherit fetchurl stdenv readline libpng zlib x11 lesstif93 freeglut perl;
inherit (xlibs) libXpm libXaw libX11 libXext libXt;

Loading…
Cancel
Save