Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / fl / fleng / package.nix
blob0c2c8359f65a5e174be4065da16228658e1d1ff7
1 { lib
2 , stdenv
3 , fetchurl
4 }:
6 stdenv.mkDerivation (finalAttrs: {
7   pname = "fleng";
8   version = "20";
10   src = fetchurl {
11     url = "http://www.call-with-current-continuation.org/fleng/fleng-${finalAttrs.version}.tgz";
12     hash = "sha256-kkouDNbdVGE7vskmu8kISA/RHIGed5vLY/ch4qgew3g=";
13   };
15   doCheck = true;
17   meta = {
18     homepage = "http://www.call-with-current-continuation.org/fleng/fleng.html";
19     description = "Low level concurrent logic programming language descended from Prolog";
20     license = lib.licenses.publicDomain;
21     maintainers = with lib.maintainers; [ AndersonTorres ];
22     platforms = lib.platforms.unix;
23   };
25 # TODO: bootstrap