3
0
Fork 0
forked from mirrors/nixpkgs

haskell-mathblog: drop obsolete package; it doesn't build with current versions of GHC

This commit is contained in:
Peter Simons 2012-08-27 11:29:36 +02:00
parent 48c5ad011d
commit 430e7454e9
2 changed files with 0 additions and 28 deletions

View file

@ -1,21 +0,0 @@
{ cabal, ConfigFile, filepath, HStringTemplate, HUnit, pandoc
, pandocTypes, SHA, testFramework, testFrameworkHunit, time
}:
cabal.mkDerivation (self: {
pname = "mathblog";
version = "0.5";
sha256 = "01iyzrwscqirhcr4622d0n16mr4p54qbvg5m2a0ns36j59xfd79g";
isLibrary = false;
isExecutable = true;
buildDepends = [
ConfigFile filepath HStringTemplate HUnit pandoc pandocTypes SHA
testFramework testFrameworkHunit time
];
meta = {
description = "A program for creating and managing a static weblog with LaTeX math and function graphs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -1758,13 +1758,6 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
QuickCheck = self.QuickCheck2;
};
mathblog = callPackage ../applications/misc/mathblog {
testFramework = self.testFramework_0_5;
testFrameworkHunit = self.testFrameworkHunit.override {
testFramework = self.testFramework_0_5;
};
};
xmobar = callPackage ../applications/misc/xmobar {
stm = self.stm_2_3;
};