blob: d32282f0e7caebbff7baabfb47051cada847a35f (
plain) (
tree)
|
|
{ pkgs }:
self: super: {
xyz-euandreh = {
remembering-latest = pkgs.stdenv.mkDerivation rec {
name = "remembering";
version = "bc5da69a21422655bf87ebaf5cb3b4e359ef5b3c";
src = fetchTarball {
url =
"https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
sha256 = "03frxg14wk8vv60x5g3ipn8dqsdadvqh0vlzqa53zrv2ny3p4dwb";
};
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 = "3b8714e61a53d0050fc907e4f7d453ee13eca816";
src = fetchTarball {
url =
"https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
sha256 = "1n1nm9sqgzj2zn2bwdns8cp4lp6l1gw55jmwbdyaxkmpajmgww82";
};
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 = "7593a30ce9c4ed87387066468f956bd43d5e89d0";
src = fetchTarball {
url =
"https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
sha256 = "1qn0k2y78zipq5y9dxr7kxw1bdajscg192xgnl9smy3djdbn5b42";
};
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 = "9b5eb601ff3ea5d6f07110f1a308479dd4f36149";
src = fetchTarball {
url =
"https://git.euandreh.xyz/${name}/snapshot/${name}-${version}.tar.gz";
sha256 = "0hhhwwfpx32nhigb87z1qxbn2cyc7w1fh0ks484fyzy665rgdjgq";
};
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;
};
};
};
}
|