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;
};
}
|