mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-Agda: update to version 2.4.2.1
This commit is contained in:
parent
21c9ff1a29
commit
99312f4a51
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Agda";
|
pname = "Agda";
|
||||||
version = "2.4.2";
|
version = "2.4.2.1";
|
||||||
sha256 = "0pgwx79y02a08xn5f6lghw7fsc6wilab5q2gdm9r51yi9gm32aw5";
|
sha256 = "094x1rdhqxm630f0kgllhivgr1vdy4xrd9pgh737b1gbb2vf3awm";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -21,15 +21,15 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
buildTools = [ alex cpphs emacs happy ];
|
buildTools = [ alex cpphs emacs happy ];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
|
jailbreak = true;
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
$out/bin/agda -c --no-main $(find $out/share -name Primitive.agda)
|
$out/bin/agda -c --no-main $(find $out/share -name Primitive.agda)
|
||||||
$out/bin/agda-mode compile
|
$out/bin/agda-mode compile
|
||||||
'';
|
'';
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://wiki.portal.chalmers.se/agda/";
|
homepage = "http://wiki.portal.chalmers.se/agda/";
|
||||||
description = "A dependently typed functional programming language and proof assistant";
|
description = "A dependently typed functional programming language and proof assistant";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = "unknown";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user