Merge pull request #95085 from alexarice/agda-prelude-update
agda-prelude: compat-2.6.0 -> compat-2.6.1
This commit is contained in:
commit
d4bbe9a3ed
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, mkDerivation, fetchFromGitHub }:
|
{ stdenv, mkDerivation, fetchFromGitHub }:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
version = "compat-2.6.0";
|
version = "compat-2.6.1";
|
||||||
pname = "agda-prelude";
|
pname = "agda-prelude";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "UlfNorell";
|
owner = "UlfNorell";
|
||||||
repo = "agda-prelude";
|
repo = "agda-prelude";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0brg61qrf8izqav80qpx77dbdxvlnsxyy0v7hmlrmhg68b5lp38y";
|
sha256 = "128rbhd32qlq2nq3wgqni4ih58zzwvs9pkn9j8236ycxxp6x81sl";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -18,15 +18,11 @@ mkDerivation rec {
|
|||||||
cd ..
|
cd ..
|
||||||
'';
|
'';
|
||||||
|
|
||||||
everythingFile = "./Everything.agda";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/UlfNorell/agda-prelude";
|
homepage = "https://github.com/UlfNorell/agda-prelude";
|
||||||
description = "Programming library for Agda";
|
description = "Programming library for Agda";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
# broken since Agda 2.6.1
|
|
||||||
broken = true;
|
|
||||||
maintainers = with maintainers; [ mudri alexarice turion ];
|
maintainers = with maintainers; [ mudri alexarice turion ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user