about summary refs log tree commit diff
path: root/pkgs/development/libraries/smarty3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/smarty3/default.nix')
-rw-r--r--pkgs/development/libraries/smarty3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/smarty3/default.nix b/pkgs/development/libraries/smarty3/default.nix
index 66bfd601a62d..4876c39ce83c 100644
--- a/pkgs/development/libraries/smarty3/default.nix
+++ b/pkgs/development/libraries/smarty3/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, ... }: stdenv.mkDerivation rec {
-  name = "smarty3-${version}";
+  pname = "smarty3";
   version = "3.1.33";
 
   src = fetchFromGitHub {