Revert "Merge pull request #15595 from laMudri/agda-stdlib"

This reverts commit ce4f6c215f, reversing
changes made to 7817d0901d.

See https://github.com/NixOS/nixpkgs/pull/15595/commits/68e1419cb8eca6e306ec0a75f37621ae7aefabed#r64175487
This commit is contained in:
Joachim Fasting
2016-05-23 09:07:02 +02:00
parent 89d50c4341
commit 6a2244e8f4
7 changed files with 13 additions and 25 deletions
@@ -1,13 +1,13 @@
{ stdenv, agda, fetchgit }:
agda.mkDerivation (self: rec {
version = "0dca24a81d417db2ae8fc871eccb7776f7eae952";
version = "d598f35d88596c5a63766a7188a0c0144e467c8c";
name = "agda-prelude-${version}";
src = fetchgit {
url = "https://github.com/UlfNorell/agda-prelude.git";
rev = version;
sha256 = "0gwfgvj96i1mx5v01bi46h567d1q1fbgvzv6z8zv91l2jhybwff5";
sha256 = "bdcffb675d0ad1bafa2b47f581b6a9b90347ae739b6218f89f365fda2cc4f8c8";
};
topSourceDirectories = [ "src" ];
@@ -18,6 +18,6 @@ agda.mkDerivation (self: rec {
description = "Programming library for Agda";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ fuuzetsu mudri ];
maintainers = with maintainers; [ fuuzetsu ];
};
})