10 version = "2017-04-23";
12 idrisDeps = [ idrisscript hrtime webgl ];
14 src = fetchFromGitHub {
15 owner = "pierrebeaucamp";
17 rev = "f59ecc560d7008ba26dda83f11319bb24ed6c508";
18 sha256 = "0r2clvkyld3y3r6smkfb7s47qnndikwds3bx9hphidbn41wjnh0i";
22 sed -i "s/hrTime/hrtime/g" source/html.ipkg
26 description = "Idris library to interact with HTML";
27 homepage = "https://github.com/pierrebeaucamp/idris-html";
28 license = lib.licenses.asl20;
29 maintainers = [ lib.maintainers.brainrape ];