3
0
Fork 0
forked from mirrors/nixpkgs

Move E prover to applications/science/logic

svn path=/nixpkgs/trunk/; revision=23434
This commit is contained in:
Michael Raskin 2010-08-25 22:38:11 +00:00
parent 091be03f65
commit 05c7e81eaa
2 changed files with 8 additions and 8 deletions

View file

@ -556,14 +556,6 @@ let
enscript = callPackage ../tools/text/enscript { };
eprover = callPackage ../tools/misc/eProver {
texLive = texLiveAggregationFun {
paths = [
texLive texLiveExtra
];
};
};
ethtool = callPackage ../tools/misc/ethtool { };
exif = callPackage ../tools/graphics/exif { };
@ -6759,6 +6751,14 @@ let
camlp5 = camlp5_transitional;
};
eprover = callPackage ../applications/science/logic/eProver {
texLive = texLiveAggregationFun {
paths = [
texLive texLiveExtra
];
};
};
hol = callPackage ../applications/science/logic/hol { };
hol_light = callPackage ../applications/science/logic/hol_light { };