{ pkgs }: self: super: { xyz-euandreh = { remembering-latest = pkgs.stdenv.mkDerivation rec { name = "remembering"; version = "078c9015a741cb35acec528fe1a0971e513169b5"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "1fpjpr5b5kydmhjsdslwyc1sq7a5bnmxwk7fm70j2pg1ibn10k46"; }; 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 = "7e70e0f0488a7bcaddcb8abb2838e3eee298a129"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "0w5x9j10c7lxlp16q4isha1ivw6gdrj0fjck5110q1akar0vwxdq"; }; 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; }; }; sharedc-latest = pkgs.stdenv.mkDerivation rec { name = "sharedc"; version = "162309874927efb8a1aca9665decb168249965f8"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "127vzmxzgclrlcbmr2slwk3g55yzi0gx97wh4vmhm9iy9l8k43ng"; }; 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 = "e86ee96d59f588d7de670f914845bde93811d689"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "005n91rj7vn7yhncxlsi47mlqla0w1m8gv7r6jfnicpi6zmdsgqr"; }; 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.3.0"; src = fetchTarball { url = "https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz"; sha256 = "0nsmy3bvim9pf78c5dcmbp81wks87wma62srgc7i2yc9phvqpjfh"; }; 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; }; }; }; }