1 { lib, fetchFromGitHub, stdenvNoCC, wget }:
3 stdenvNoCC.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "refs/tags/${version}";
11 hash = "sha256-iPZN4zPHRsOh5GjRUbeEQj7BYO2Ng93mNn8TvxpDN3Q=";
21 substituteInPlace $out/lib/core/common.sh --replace-fail "wget" ${lib.getExe wget}
25 description = "Arch distro that runs on top of another without root";
26 homepage = "https://github.com/fsquillace/junest";
27 license = lib.licenses.gpl3Only;
28 mainProgram = "junest";
29 maintainers = with lib.maintainers; [ jdev082 ];
30 platforms = lib.platforms.linux;