Kamil Zaripov
Kamil Zaripov
Hello @podsvirov, yes if you succeed in removing dependency on the `osgQt`, it will help me in compiling `osgqtquick` for Android. Yes, I know that `osgQt` library in new versions...
@Ericson2314 Do I need some fixes here before merge?
@veprbl Can you help me with this PR? How can I help with review?
> This is supposed to allow a user to break our "soft compiler sandbox" using -idirafter, right? No, it just copy behaviour of default clang/gcc. Details here: https://github.com/NixOS/nixpkgs/issues/190005, TLDR: user-defined...
No, unfortunately not. We need to move all `-idirafter` flags from `params` to end of `extraAfter`. Changing order in `NIX_CFLAGS_COMPILE_@suffixSalt@` will just move them inside `extraAfter` environment variable. But I...
I've tried to implement solution I described above and now I cannot compile `glibc`. We cannot just pull `libc-cflags` (which contains `-idirafter` with libc include dirs) and put it into...
Yes, I agree that solution in pr is a bit ugly, will try to find another way to do it.
Ok, I give up - unfortunately I do not have enough knowledge (or time to get this knowledge) to fix both https://github.com/NixOS/nixpkgs/issues/190005 and https://github.com/NixOS/nixpkgs/issues/158042 in one solution. Closing PR.
Yes, it will be really great feature.
From my communication with AWS support: it is not possible to create access to some SSO user/group from API, only modify permission (`READER`/`EDITOR`/`ADMIN`) to the one created from console. So...