|
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|
|
|
# liste des fonction de récup : fetch* https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support
|
|
|
|
# liste des fonction de récup : fetch* https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support
|
|
|
|
src = fetchurl {
|
|
|
|
src = fetchurl {
|
|
|
|
url = "https://gogs.prunetwork.fr/jpierre03/homepage/archive/${version}.tar.gz";
|
|
|
|
url = "https://gogs.prunetwork.fr/jpierre03/homepage/archive/${version}.tar.gz";
|
|
|
|
sha256 = "08h6jg7pmxp3wh5dbhds6ky0i85li8c2slfa3h7fcpdyk4pvqm8r";
|
|
|
|
sha256 = "1h4ajgizmkkgs8yma8c6lmighdnvm8l11hlsyfzffdlnl27c038n";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
installPhase = "cp -R . \$out";
|
|
|
|
installPhase = "cp -R . \$out";
|
|
|
|