-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
python3Packages.myst parser 0.19.1 #219173
Closed
loicreynier
wants to merge
299
commits into
NixOS:master
from
loicreynier:python3Packages.myst-parser-0.19.1
Closed
python3Packages.myst parser 0.19.1 #219173
loicreynier
wants to merge
299
commits into
NixOS:master
from
loicreynier:python3Packages.myst-parser-0.19.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cryptsetup: 2.5.0 -> 2.6.1
openldap: 2.6.3 -> 2.6.4
strip-nondeterminism: fix binary functioning on darwin
hardening flags: add `FORTIFY_SOURCE=3` support
gpgme: update patch to support Python 3.11
texinfo: 6.8 -> 7.0.2
not all linkers have a ld binary in bin also note the '${ld:-}' which allows users to set the ld path with a env var > '${foo:-val}' $foo, or val if unset (or null)
Systemd stage 1 fsck
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
and fix double wrapping it still fails to launch though but its not a regression $ ./result/bin/dogtail-logout Traceback (most recent call last): File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/bin/.dogtail-logout-wrapped", line 8, in <module> from dogtail.tree import * File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/tree.py", line 5, in <module> from dogtail import predicate File "/nix/store/az8mw2pmhbwlm08176wd62hn0hfzwv8s-python3.10-dogtail-0.9.11/lib/python3.10/site-packages/dogtail/predicate.py", line 6, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi'
pygobject3 has to be propagated for the import line in the python file in bin $ ./result/bin/curtail Traceback (most recent call last): File "/nix/store/fqjld9nchfwqd9x1pywmjfdsqrk4lxds-curtail-1.3.1/bin/.curtail-wrapped", line 37, in <module> import gi ModuleNotFoundError: No module named 'gi'
luckily the lib output does not contain binaries therefore its safe to remove it from propagatedBuildInputs
'nix build -f . "wrapGAppsHook.tests"' pass
for typelibs and girs
`env -S` allows one to set more than one argument in a shebang. This small patch allows the patch-shebangs hook to handle this case appropriately.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
2.status: merge conflict
This PR has merge conflicts with the target branch
6.topic: GNOME
GNOME desktop environment and its underlying platform
6.topic: kernel
The Linux kernel
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: ocaml
6.topic: python
6.topic: rust
6.topic: stdenv
Standard environment
6.topic: systemd
6.topic: xfce
The Xfce Desktop Environment
8.has: documentation
This PR adds or changes documentation
8.has: module (update)
This PR changes an existing module in `nixos/`
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR closed due to wrong rebase.