about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/erm_xmpp/default.nix
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2022-02-10 01:28:00 +0100
committerGitHub <noreply@github.com>2022-02-10 01:28:00 +0100
commit464e9792ff3e472944043d5c88cc455e5df70256 (patch)
treeecf66523ae0c4c00202b21478b913e61c11a9c8b /pkgs/development/ocaml-modules/erm_xmpp/default.nix
parent6a4dea5ffc2c2196b4fbc705bc705eb778d5ab16 (diff)
treewide: rename name to pname&version (#158454)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/development/ocaml-modules/erm_xmpp/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/erm_xmpp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/erm_xmpp/default.nix b/pkgs/development/ocaml-modules/erm_xmpp/default.nix
index 9eaad7575ec30..3447d590ea23a 100644
--- a/pkgs/development/ocaml-modules/erm_xmpp/default.nix
+++ b/pkgs/development/ocaml-modules/erm_xmpp/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
   version = "0.3+20200317";
-  name = "ocaml${ocaml.version}-erm_xmpp-${version}";
+  pname = "ocaml${ocaml.version}-erm_xmpp";
 
   src = fetchFromGitHub {
     owner  = "hannesm";