treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''HOME=$TMP nosetests'';
|
||||
checkPhase = "HOME=$TMP nosetests";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Set of packages that Enthought has found useful in creating a number of applications.";
|
||||
|
||||
Reference in New Issue
Block a user