<qyliss>
ScottHDev: that should happen automatically once you're listed in maintainer-list.nix
<qyliss>
are you currently listed in there?
<ScottHDev>
Yes, I am
<qyliss>
were you before May 13?
<ScottHDev>
May 13 2020 ?
<qyliss>
2021
<qyliss>
two days ago
<gchristensen>
never seen this one before: error: derivation '/nix/store/a7hrhw1zxjbyxdxngh73dpnf3izzp1m2-bash-4.4-p23.drv' does not have wanted outputs 'dev,out'
<ScottHDev>
Yes, I'm there since May 15 2020
<qyliss>
oh, happy Nixpkgsiversary!
<ScottHDev>
Thanks !
<qyliss>
in that case, you should have been automatically invited to the NixOS GitHub organisation
<qyliss>
if you go to https://github.com/NixOS, it doesn't give you a banner saying you've been invited?
<ScottHDev>
No
<ScottHDev>
I'm not listed in the people's tab either so
<qyliss>
hmm
<qyliss>
maybe gchristensen can help you with that?
<ScottHDev>
Ok, thanks for the help anyway !
<gchristensen>
ScottHDev: what is your maintainer-list.nix entry?
<qyliss>
and then it's probably a good idea to contact ttuegel, to make sure he sees the request
<gchristensen>
ScottHDev: re-invited :)
<ScottHDev>
Thanks ! I'm in
<gchristensen>
on nix-shell (Nix) 2.4pre20210503_6d2553a I get error: derivation '/nix/store/a7hrhw1zxjbyxdxngh73dpnf3izzp1m2-bash-4.4-p23.drv' does not have wanted outputs 'dev,out' when running nix-shell in github.com/nixos/ofborg/ on a new clone. I have the out path and the dev path locally ... anyone seen this before? seems weird
<qyliss>
so it would add a liblua.so make target, and then the .make file would add a second one
<sterni>
does ofborg skip evaluating wip prs now?
<sterni>
or is it just very busy today?
cole-h has joined #nixos-dev
orivej has quit [Ping timeout: 245 seconds]
<sterni>
Ericson2314: llvmPackages_{5,6}.compiler-rt installs the resource files to $out/*.txt is that intentional? did something change to the resource root layout between 6 and 7?
<sterni>
well I guess we can just leave it alone until it becomes a problem as they are not linked into the resource root at all
<Ericson2314>
sterni: i see your ping above, I assume that was before the PRs but yes I screwed up you are fixing it right
<sterni>
Ericson2314: I haven't touched llvmPackages_{5,6} yet because I'm not quite sure what the right way to fix them is
<sterni>
looking at the gnu-install-dirs patch for them it seems that the patch is actually correct and installing to $out/*.txt is what it used to do as well?!
<Ericson2314>
sterni: did they have or not have the share symlinking already?
<sterni>
maybe should check on master
<sterni>
Ericson2314: they didn't
<sterni>
actually nothing < llvm 10 had
<Ericson2314>
sterni: so i started the patch on 11 and then backported it
<Ericson2314>
did i miss something when there was a conflict?
<sterni>
seems more like you forgot to add it to the resource root in the wrappers prior to llvmPackages_10 for some reason
<Ericson2314>
sterni: yeah
<Ericson2314>
sterni: certainly when in doubt, assume they are different for no good reason :)
<Ericson2314>
but you were saying there was something up with the patch itself?
joepie91 has quit [Quit: Bridge terminating on SIGTERM]
Guest60649 has joined #nixos-dev
bennofs_ has quit [Read error: Connection reset by peer]
bennofs_ has joined #nixos-dev
Guest60649 has quit [Changing host]
Guest60649 has joined #nixos-dev
Guest60649 has joined #nixos-dev
Guest60649 is now known as joepie91
Harry95 has joined #nixos-dev
<jonringer>
I mentioned this a few weeks ago on some of the release staging PRs, but I would like to have a `staging-next-21.05` this time around.
<jonringer>
Had a scenario where there was many stdenv-rebuild PRs which would thrash hydra. Bandaided it with creating a github project, but still not as good as being able to builds against staging to make sure that important direct dependencies weren't broken
<Harry95>
hello everyone
<Harry95>
i have a question about making new packages
<Harry95>
my final goal is to compile `findimagedupes`.
<Harry95>
the biggest challenge is compiling the `graphicsmagick`-perl-bindings.
<Harry95>
when downloading the graphicsmagic sources, it already comes with the files needed for perl
<Harry95>
my current idea is: download source of graphicsmagick and extract them then move the perl-binding-folder to dev and later copy it from graphicsmagick.dev to the wanted perl-module.
<Harry95>
is this okay? or is it prefered to download the sources two times?
orivej has joined #nixos-dev
contrapumpkin has joined #nixos-dev
copumpkin has quit [Ping timeout: 245 seconds]
<__monty__>
Harry95: You'll get quicker response in #nixos. -dev is for NixOS maintainer discussion.