build-idris-package: ipkgName

This commit is contained in:
TG x
2018-09-18 10:38:59 +02:00
parent 14d646edec
commit 7e0f7a0b54
23 changed files with 40 additions and 41 deletions
+1 -4
View File
@@ -7,6 +7,7 @@ build-idris-package {
name = "tap";
version = "2017-04-08";
ipkgName = "TAP";
idrisDeps = [ contrib ];
src = fetchFromGitHub {
@@ -16,10 +17,6 @@ build-idris-package {
sha256 = "0fhlmmivq9xv89r7plrnhmvay1j7bapz3wh7y8lygwvcrllh9zxs";
};
postUnpack = ''
rm source/Draft.ipkg
'';
meta = {
description = "A simple TAP producer and consumer/reporter for Idris";
homepage = https://github.com/ostera/tap-idris;