summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ocaml/ocsigen-i18n/default.nix')
-rw-r--r--pkgs/development/tools/ocaml/ocsigen-i18n/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix b/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix
index 37807b245ff2..75e898fdb3fd 100644
--- a/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix
+++ b/pkgs/development/tools/ocaml/ocsigen-i18n/default.nix
@@ -2,7 +2,8 @@
stdenv.mkDerivation rec
{
- name = "ocsigen-i18n";
+ pname = "ocsigen-i18n";
+ name = "${pname}-${version}";
version = "3.1.0";
buildInputs = with ocamlPackages; [ ocaml findlib ];
@@ -16,7 +17,7 @@ stdenv.mkDerivation rec
'';
src = fetchurl {
- url = "https://github.com/besport/${name}/archive/${version}.tar.gz";
+ url = "https://github.com/besport/${pname}/archive/${version}.tar.gz";
sha256 = "0cw0mmr67wx03j4279z7ldxwb01smkqz9rbklx5lafrj5sf99178";
};