streamlink: 7.1.1 -> 7.1.2 (#373269)
[NixPkgs.git] / pkgs / by-name / fl / fleng / package.nix
blob0257e6636ae40bf0e3d990f584eb7b837e6e83ec
2   lib,
3   stdenv,
4   fetchurl,
5 }:
7 stdenv.mkDerivation (finalAttrs: {
8   pname = "fleng";
9   version = "20";
11   src = fetchurl {
12     url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
13     hash = "sha256-kkouDNbdVGE7vskmu8kISA/RHIGed5vLY/ch4qgew3g=";
14   };
16   doCheck = true;
18   meta = {
19     homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html";
20     description = "Low level concurrent logic programming language descended from Prolog";
21     license = lib.licenses.publicDomain;
22     maintainers = with lib.maintainers; [ ];
23     platforms = lib.platforms.unix;
24   };
26 # TODO: bootstrap