1 { lib, stdenv, fetchurl, unzip, ... }:
3 stdenv.mkDerivation rec {
4 pname = "scriptaculous";
8 url = "https://script.aculo.us/dist/scriptaculous-js-${version}.zip";
9 sha256 = "1xpnk3cq8n07lxd69k5jxh48s21zh41ihq10z4a6lcnk238rp8qz";
12 nativeBuildInputs = [ unzip ];
20 description = "Set of JavaScript libraries to enhance the user interface of web sites";
22 script.aculo.us provides you with
23 easy-to-use, cross-browser user
24 interface JavaScript libraries to make
25 your web sites and web applications fly.
27 homepage = "https://script.aculo.us/";
28 downloadPage = "https://script.aculo.us/dist/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ das_j ];