about summary refs log tree commit diff
path: root/pkgs/applications/editors/texworks/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/texworks/default.nix')
-rw-r--r--pkgs/applications/editors/texworks/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texworks/default.nix b/pkgs/applications/editors/texworks/default.nix
index 86904c11f748..8042363f73c9 100644
--- a/pkgs/applications/editors/texworks/default.nix
+++ b/pkgs/applications/editors/texworks/default.nix
@@ -4,7 +4,7 @@
 , withPython ? true, python3 }:
 
 stdenv.mkDerivation rec {
-  name = "texworks-${version}";
+  pname = "texworks";
   version = "0.6.3";
 
   src = fetchFromGitHub {