about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pycuda/compyte.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pycuda/compyte.nix')
-rw-r--r--pkgs/development/python-modules/pycuda/compyte.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pycuda/compyte.nix b/pkgs/development/python-modules/pycuda/compyte.nix
index 192d60cec46a..c441cea5f45d 100644
--- a/pkgs/development/python-modules/pycuda/compyte.nix
+++ b/pkgs/development/python-modules/pycuda/compyte.nix
@@ -5,7 +5,6 @@
 mkDerivation rec {
   pname = "compyte";
   version = "git-20150817";
-  name = pname + "-" + version;
 
   src = fetchFromGitHub {
     owner = "inducer";