NixOS 19.03 feature freeze

It would be nice to have purescript and taffybar building again. They worked in 18.09.

The taffybar issue was fixed upstream and has made it into haskell-updates. I’m not sure what the process is for getting that merged.

Purescript was broken by a GHC upgrade and has an open PR to fix it.

I would like to have the extended tinydns module reviewed/integrated in the new release.

I’d really like to see https://github.com/NixOS/nixpkgs/issues/55758 resolved: reflex-0.5 finally hits hackage and it would be a shame if we couldn’t get it into nixpkgs easily.

If you have any Python-related changes that need to go in, please refer to your PR on https://github.com/NixOS/nixpkgs/pull/55757. Also, if you maintain a Python package (or just want to help out!), please check it works with https://github.com/NixOS/nixpkgs/pull/55757.

Is there a possibility that the new Wine release can get into 19.03? Update wine{stable,unstable,staging,mono} by tadeokondrak · Pull Request #54522 · NixOS/nixpkgs · GitHub

This might be too late for the relase but something that has bothered me for a while is that nixops - a major tool in the nix ecosystem - is not overridable. I had tried there https://github.com/NixOS/nixpkgs/pull/41472 but the doc system eludes me so if any nixops maintainer feels like it please go ahead.

Just one week until the feature freeze!

2 Likes

I did an update on openmpi a while ago. I would be great if we could merge that before the feature freeze. From my side this PR is basically ready to be merged but the update affects quite a number of packages. Community feedback would thus be appreciated.
https://github.com/NixOS/nixpkgs/pull/54877

1 Like

I’d appreciate if someone could consider reviewing/merging this before freeze.

https://github.com/NixOS/nixpkgs/pull/55872

Please have mercy on my nixos-rebuild times and enable BLK_SED_OPAL in the kernel. Without it, computers with self-encrypting drives (like my ThinkPad) can’t resume from suspend when encryption is enabled.

That kernel option is enabled by default in Fedora, Debian, etc.

https://github.com/NixOS/nixpkgs/pull/56147

3 Likes

Would love to see this udev ruleset land.

Another nice one would be iwd backend support, but I don’t know if I’ll have time to fix the open PR and test the changes.

https://github.com/NixOS/nixpkgs/pull/54693

This PR has been sitting around for a while, and I just now added minimal documentation. Now might be a good time to merge it.

1 Like

Is there anything keeping this PR from being merged in time for the 19.03 branchoff?
https://github.com/NixOS/nixpkgs/pull/52464

git: 2.19.2 -> 2.20.1 by dtzWill · Pull Request #52575 · NixOS/nixpkgs · GitHub ← use newer ‘git’?

Could a staging-19.03 job be added to Hydra?

Sorry for the delay, folks! The branch-off took place as planned last week; the ZHF issue now also exists, any contributions to fixing broken stuff welcome!

I cloned staging-18.09 → staging-19.03: Hydra - nixpkgs:staging-19.03

1 Like

@FRidh: but merge of one iteration caused quite a lot python*Packages build regressions.

Yes, there’s roughly 200 more or so that need to be looked at. A lot of them have already been fixed on master and backported as well.

Any possibility to have nixos/hdaps: automatically enable the hdapsd kernel module by ryantm · Pull Request #56309 · NixOS/nixpkgs · GitHub merged?