Author: simons
Date: Sun Aug 7 22:00:21 2011
New Revision: 28308
URL: https://svn.nixos.org/websvn/nix/?rev=28308&sc=1
Log:
haskell-packages.nix: added the old 0.4 version of texmath, so that we can
build pandoc 1.6, which is required by Graphalyze
Added:
nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/0.4.nix
nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/0.5.0.1.nix
- copied, changed from r28307,
nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/default.nix
Deleted:
nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added: nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/0.4.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/0.4.nix Sun Aug
7 22:00:21 2011 (r28308)
@@ -0,0 +1,15 @@
+{cabal, parsec, syb, xml} :
+
+cabal.mkDerivation (self : {
+ pname = "texmath";
+ version = "0.4";
+ sha256 = "1rvnhqljxkljy8ncpaj8p7b14nvvm6zmiixv13m1zxlcr457j2ai";
+ propagatedBuildInputs = [ parsec syb xml ];
+ meta = {
+ homepage = "http://github.com/jgm/texmath";
+ description = "Conversion of LaTeX math formulas to MathML.";
+ license = "GPL";
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
+ };
+})
Copied and modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/0.5.0.1.nix (from
r28307, nixpkgs/trunk/pkgs/development/libraries/haskell/texmath/default.nix)
==============================================================================
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 22:00:16
2011 (r28307)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 22:00:21
2011 (r28308)
@@ -1078,7 +1078,9 @@
testpack = callPackage ../development/libraries/haskell/testpack {};
- texmath = callPackage ../development/libraries/haskell/texmath {};
+ texmath_0_4 = callPackage ../development/libraries/haskell/texmath/0.4.nix
{};
+ texmath_0_5_0_1 = callPackage
../development/libraries/haskell/texmath/0.5.0.1.nix {};
+ texmath = self.texmath_0_5_0_1;
text_0_11_0_5 = callPackage
../development/libraries/haskell/text/0.11.0.5.nix {};
text_0_11_0_6 = callPackage
../development/libraries/haskell/text/0.11.0.6.nix {};
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits