fix mkpasswd: use the git repository#2673
Conversation
|
What would it take to get this into the 14.04 stable channel (and on a new ISO image)? Installing NixOS from the minimal ISO is currently impossible (without first providing a package override) until this is resolved. |
|
5.1.2 doesn't work? Maybe we could tell the debian maintainers about this problem? |
I was mistaken; the problem I was experiencing is detailed in #2675. It should be safe to try bumping this up to v5.1.2. However, I'd rather not do that just yet, in case there are any unforeseen problems with the latest version. Instead, I'd rather fix the immediate problem of being unable to install NixOS due to the whois maintainer occasionally removing the sources from the FTP site (note that there are only a couple versions listed on the FTP site, while there are 92 revisions listed on GitHub...). |
|
Ping @thoughtpolice @vcunat |
|
Also, I'll just note that this fix should propagate automatically - soon, Hydra will pick up the changesets for both |
|
Oh this is still using 5.1.1 then? Not the new 5.1.2. Because with this fixed #2675 that should mean 5.1.2 is good too. But it is not a big deal. |
|
@thoughtpolice @cstrahan How do we get the new package index from the current release 14.04? I just downloaded the most recent distribution, and still the same error. Do I have to use the unstable nixos or unstable nixpkgs? This PR has been reverted. |
|
The function Therefore, I suggest we port all those functions, including the state of |
|
Backporting is fine, but in the meantime I've added the whois tarball to the tarballs mirror, so it should now work: |
|
Good. I'll attempt it then, perhaps this evening. |
|
@edolstra Do you mean it will work now with the latest builds on the release channel? Or do I have to update to the unstable of nixpkgs? |
|
@vcunat Awesome - thanks for taking that on (the backporting, that is). If you find that you can't find time, feel free to pass me the baton. |
|
All pushed now. |
|
@vcunat do I have download a whole new ISO, or can I just update the nixpkgs channel? |
|
Updating channel will be enough, of course :-) But the change isn't in the default channel yet. Thanks to @edolstra workaround you shouldn't have any problem without any changes. |
This fixes the mkpasswd package. Debian removed v5.1.1 from their FTP server, so this uses the official git repo instead.