Skip to content
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

s-tui: init at 0.6.0 #29310

Merged
merged 1 commit into from Sep 13, 2017
Merged

s-tui: init at 0.6.0 #29310

merged 1 commit into from Sep 13, 2017

Conversation

infinisil
Copy link
Member

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@@ -19825,6 +19825,8 @@ in {
propagatedBuildInputs = [ self.cffi ];
};

s-tui = callPackage ../tools/system/s-tui { };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an application and should not be called via python-packages.nix.

@infinisil
Copy link
Member Author

Fixed that

Copy link
Member

@FRidh FRidh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this latest release as I was checking whether tests were distributed. They are not.


pythonPackages.buildPythonPackage rec {
name = "s-tui-${version}";
version = "0.6.0";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest release on PyPI is 0.6.2. Please use fetchPypi to fetch it.

@infinisil
Copy link
Member Author

Using fetchPypi and version 0.6.2 now

@FRidh FRidh merged commit 4871946 into NixOS:master Sep 13, 2017
@FRidh
Copy link
Member

FRidh commented Sep 13, 2017

ugh..commit name was wrong

@infinisil
Copy link
Member Author

Whoops ¯\(ツ)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants