|
|
@ -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 = fetchgit {
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://gogs.prunetwork.fr/jpierre03/openlayer-simplemap.git";
|
|
|
|
url = "https://gogs.prunetwork.fr/jpierre03/openlayer-simplemap.git";
|
|
|
|
sha256 = "0z7b2rc2xrwrkgsdf8nc9azbqhvf062xf6ad8clrmgn1lax9zki4";
|
|
|
|
sha256 = "1sz57m6flv5nri13hfbiwl0mr94x451hiaw98zy8r1ipc5kwlxi1";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
installPhase = "cp -R . \$out";
|
|
|
|
installPhase = "cp -R . \$out";
|
|
|
|