Overview
| Comment: | update distro URLs |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1abe29c598aa61f521c25bf282471d19 |
| User & Date: | lexi on 2020-03-03 16:02:45 |
| Other Links: | manifest | tags |
Context
|
2020-03-03
| ||
| 17:58 | target appropriate manpage section; rename boot.o to properly namespaced kboot.o; misc fixes check-in: ef45f6d08e user: lexi tags: trunk | |
| 16:02 | update distro URLs check-in: 1abe29c598 user: lexi tags: trunk | |
|
2020-01-31
| ||
| 20:04 | Greatly clean up Nix build. check-in: 49da7c1eeb user: glowpelt tags: trunk | |
Changes
Modified dist/libk.nix from [8f964856d4] to [1899f7d930].
18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
installPhase = ''
env prefix=$prefix bash install.sh
'';
meta = with stdenv.lib; {
description = "A modern replacement for libc";
homepage = https://c.hale.su/libk;
changelog = "https://c.hale.su/libk/timeline";
license = licenses.agpl3;
# Doesn't actually match w/ supported platforms, but...
platforms = platforms.unix;
};
}
|
| | |
18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
installPhase = ''
env prefix=$prefix bash install.sh
'';
meta = with stdenv.lib; {
description = "A modern replacement for libc";
homepage = https://c.comint.su/libk;
changelog = "https://c.comint.su/libk/timeline";
license = licenses.agpl3;
# Doesn't actually match w/ supported platforms, but...
platforms = platforms.unix;
};
}
|