forked from mirrors/nixpkgs
haskell-mathblog: drop obsolete package; it doesn't build with current versions of GHC
This commit is contained in:
parent
48c5ad011d
commit
430e7454e9
|
@ -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 ];
|
||||
};
|
||||
})
|
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue