Remove lint from Sasview package

This commit is contained in:
Adam Washington
2018-03-22 17:44:27 +00:00
parent 068d792fed
commit 392def733b
7 changed files with 68 additions and 52 deletions

View File

@@ -1,7 +1,6 @@
{ stdenv, buildPythonPackage, fetchPypi, six}:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "bumps";
version = "0.7.6";