{ pkgs }: self: super: { xyz-euandreh = { remembering-latest = pkgs.stdenv.mkDerivation rec { name = "remembering"; version = "c5b2d2c20ba3d106e4fe36b3c12bb62bf7f5e45c"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "1qy4ja6jnn2mff4jw2ggpyvilac1mjs5cli5smv1c3cslj93a70h"; }; makeFlags = [ "CC=cc" "PREFIX=$(out)" ]; doCheck = true; meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; homepage = "https://${name}.euandreh.xyz"; changelog = "https://${name}.euandreh.xyz/CHANGELOG.html"; downloadPage = "https://${name}.euandreh.xyz/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; }; remembering = pkgs.stdenv.mkDerivation rec { name = "remembering"; version = "0.2.1"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "15lxlhxllgmw1ampf36g4sr1gfd6vr257l4jw0z5457z2jvis9yg"; }; makeFlags = [ "CC=cc" "PREFIX=$(out)" ]; doCheck = true; meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; homepage = "https://${name}.euandreh.xyz"; changelog = "https://${name}.euandreh.xyz/CHANGELOG.html"; downloadPage = "https://${name}.euandreh.xyz/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; }; autoqemu-latest = pkgs.stdenv.mkDerivation rec { name = "autoqemu"; version = "a6b893247a4b2b8c143f69fb81ac58c42b2ad315"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "1qjgia535r88jz0021nnaaga3xll8c8a7qzj5h01jj1wncvk67a7"; }; makeFlags = [ "CC=cc" "PREFIX=$(out)" ]; doCheck = true; meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; homepage = "https://${name}.euandreh.xyz"; changelog = "https://${name}.euandreh.xyz/CHANGELOG.html"; downloadPage = "https://${name}.euandreh.xyz/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; }; fallible-latest = pkgs.stdenv.mkDerivation rec { name = "fallible"; version = "593b43b15ff500476543822414fefbbc18ff33a2"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "058wphklsklnz01zcqbf2plpzx6lpkrn4mphm34m0p9br12087y4"; }; makeFlags = [ "CC=cc" "PREFIX=$(out)" ]; checkInputs = with pkgs; [ valgrind ]; doCheck = true; meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; homepage = "https://${name}.euandreh.xyz"; changelog = "https://${name}.euandreh.xyz/CHANGELOG.html"; downloadPage = "https://${name}.euandreh.xyz/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; }; fallible = pkgs.stdenv.mkDerivation rec { name = "fallible"; version = "0.2.1"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "14pin8fdjwhr4wpbfhmcmz46y6z4ail39c6z8b514x0wab19j9j8"; }; makeFlags = [ "CC=cc" "PREFIX=$(out)" ]; checkInputs = with pkgs; [ valgrind ]; doCheck = true; meta = with pkgs.lib; { description = readFile "${src}/description"; longDescription = readFile "${src}/long-description"; homepage = "https://${name}.euandreh.xyz"; changelog = "https://${name}.euandreh.xyz/CHANGELOG.html"; downloadPage = "https://${name}.euandreh.xyz/#releases"; license = licenses.agpl3; platforms = platforms.unix; }; }; }; }