summary refs log tree commit diff
path: root/pkgs/development/python-modules/bumps
diff options
context:
space:
mode:
authorAdam Washington <adam.washington@stfc.ac.uk>2018-03-22 17:44:27 +0000
committerAdam Washington <adam.washington@stfc.ac.uk>2018-03-22 17:44:27 +0000
commit392def733b61855e667c7ce7a777a6bdc397ef44 (patch)
tree31edc9ec826c696b4505a032d08b8727db61a6d4 /pkgs/development/python-modules/bumps
parent068d792fedbfb6f14b9f7bb52179a392e6886e52 (diff)
downloadnixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar.gz
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar.bz2
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar.lz
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar.xz
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.tar.zst
nixpkgs-392def733b61855e667c7ce7a777a6bdc397ef44.zip
Remove lint from Sasview package
Diffstat (limited to 'pkgs/development/python-modules/bumps')
-rw-r--r--pkgs/development/python-modules/bumps/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/bumps/default.nix b/pkgs/development/python-modules/bumps/default.nix
index f7ba5f3626c..51d3d9e6833 100644
--- a/pkgs/development/python-modules/bumps/default.nix
+++ b/pkgs/development/python-modules/bumps/default.nix
@@ -1,7 +1,6 @@
 { stdenv, buildPythonPackage, fetchPypi, six}:
 
 buildPythonPackage rec {
-  name = "${pname}-${version}";
   pname = "bumps";
   version = "0.7.6";