about summary refs log tree commit diff
path: root/pkgs/development/python-modules/marionette-harness/mozcrash.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/marionette-harness/mozcrash.nix')
-rw-r--r--pkgs/development/python-modules/marionette-harness/mozcrash.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/marionette-harness/mozcrash.nix b/pkgs/development/python-modules/marionette-harness/mozcrash.nix
index 0e404f69caa5f..ccd0eb6cc9f89 100644
--- a/pkgs/development/python-modules/marionette-harness/mozcrash.nix
+++ b/pkgs/development/python-modules/marionette-harness/mozcrash.nix
@@ -9,7 +9,6 @@
 buildPythonPackage rec {
   pname = "mozcrash";
   version = "1.0";
-  name = "${pname}-${version}";
 
   src = fetchPypi {
     inherit pname version;