-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pythonPackages.pySMART_smartx: init at 0.3.10 #70927
Conversation
Two problems:
|
@@ -1040,6 +1040,8 @@ in { | |||
inherit (pkgs) cmake qt5 ninja; | |||
}); | |||
|
|||
pySMART_smartx = callPackage ../development/python-modules/pySMART_smartx { }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the attribute name needs to be a normalized name, so pysmart-smartx
.
}: | ||
|
||
buildPythonPackage rec { | ||
pname = "pySMART.smartx"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use normalized name here as well
version = "0.3.10"; | ||
|
||
src = fetchPypi { | ||
inherit pname version; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and here pname = "pySMART.smartx"
;
Thank you for your contributions.
|
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @