-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
dex: 0.7 -> 0.8.0 #45639
dex: 0.7 -> 0.8.0 #45639
Conversation
pkgs/tools/X11/dex/default.nix
Outdated
@@ -1,18 +1,19 @@ | |||
{ stdenv, fetchFromGitHub, python3 }: | |||
{ stdenv, fetchFromGitHub, python3, sphinx }: |
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.
no need to add sphinx
here, you can reference it as python3.pkgs.sphinx
, so the argument python3
is enough.
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.
Ah, I just copied it because I saw some other packages doing it that way, but fixed now.
pkgs/tools/X11/dex/default.nix
Outdated
}; | ||
|
||
propagatedBuildInputs = [ python3 ]; | ||
nativeBuildInputs = [ sphinx ]; |
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.
python3.pkgs.sphinx
pkgs/top-level/all-packages.nix
Outdated
@@ -2063,7 +2063,9 @@ with pkgs; | |||
gtk = gtk3; | |||
}; | |||
|
|||
dex = callPackage ../tools/X11/dex { }; | |||
dex = callPackage ../tools/X11/dex { | |||
sphinx = python3Packages.sphinx; |
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.
This is not necessary, see comments above.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
@GrahamcOfBorg build dex |
Success on x86_64-linux (full log) Attempted: dex Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: dex Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: dex Partial log (click to expand)
|
Thank you! |
Motivation for this change
Upstream update
Things done
nix-shell -p nox --run "nox-review wip"
./result/bin/
)