{ pkgs }: self: super: { xyz-euandreh = { remembering-latest = pkgs.stdenv.mkDerivation rec { name = "remembering"; version = "391e55a486ffac0c8adc0a9272e7dade41dab13d"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "0s42s790fg9vyqil8fg3wn80r0z7x987nmp9m0fy38qspcplwa7i"; }; 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 = "0110064bc481a56671dc836e4dffeff1c362ce89"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "0mrfxspa1lxfpm61iryi8kv4d3417a0bnwdbl9d4ivx9vrp8dplj"; }; 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 = "7185ea059413b1bd4cb87e1f3c289ea872881ae9"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "0hx08ag2j5fmfr3lwc8r5mfpq4ka3xbhj6yk42cv8vvb7iyckbxj"; }; 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; }; }; }; }