about summary refs log tree commit diff
path: root/pkgs/applications/editors/edbrowse/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/edbrowse/default.nix')
-rw-r--r--pkgs/applications/editors/edbrowse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/edbrowse/default.nix b/pkgs/applications/editors/edbrowse/default.nix
index 0b6e28434f56..0de514233f8e 100644
--- a/pkgs/applications/editors/edbrowse/default.nix
+++ b/pkgs/applications/editors/edbrowse/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, fetchpatch, duktape, curl, pcre, readline, openssl, perl, html-tidy }:
 
 stdenv.mkDerivation rec {
-  name = "edbrowse-${version}";
+  pname = "edbrowse";
   version = "3.7.4";
 
   buildInputs = [ curl pcre readline openssl duktape perl html-tidy ];