!jngDrdMgndWibPCYsR:nixos.org

Nix PHP

64 Members
A room for PHP developers running on Nix22 Servers

Load older messages


SenderMessageTime
14 Aug 2024
@piotrkwiecinski:matrix.orgpiotrkwiecinski
      patches = lib.optional (lib.versionOlder version "8.4.0beta1")  [
        ./fix-paths-php7.patch
      ] ++ lib.optional (lib.versionAtLeast version "8.4.0beta1") [
        ./fix-paths-php84.patch
      ] ++ extraPatches;
13:28:00
@piotrkwiecinski:matrix.orgpiotrkwiecinskiif this works as expected i can PR it earlier 13:28:50
@piotrkwiecinski:matrix.orgpiotrkwiecinskiok seems to build13:31:37
@drupol:matrix.orgPolno13:31:40
@drupol:matrix.orgPol By using lib.optional <predicate> [ ], you're wrapping twice. 13:32:04
@drupol:matrix.orgPol In this case, you have to use lib.optionals <predicate> [ ] 13:32:20
@drupol:matrix.orgPol (hense the s) 13:32:28
@piotrkwiecinski:matrix.orgpiotrkwiecinskisomehow it built without s too13:34:28
@piotrkwiecinski:matrix.orgpiotrkwiecinskiand applied the patch13:34:40
@piotrkwiecinski:matrix.orgpiotrkwiecinskion I changed it to s13:35:53
@piotrkwiecinski:matrix.orgpiotrkwiecinskiso in theory it shouldn't break current 8.4.0alpha1 13:36:21
@drupol:matrix.orgPolWe can already use beta1 I think13:40:12
@piotrkwiecinski:matrix.orgpiotrkwiecinskiwe have alpha13:40:24
@drupol:matrix.orgPolbeta1 : https://downloads.php.net/~calvinb/13:40:45
@piotrkwiecinski:matrix.orgpiotrkwiecinskialpha413:40:47
@drupol:matrix.orgPolalpha4 and beta1 are available13:40:55
@piotrkwiecinski:matrix.orgpiotrkwiecinskiin our repo i mean13:40:58
@drupol:matrix.orgPolah ok13:41:02
@drupol:matrix.orgPol#324831 php84: init at 8.4.0alpha1 ✅ staging-next ✅ master ✅ nixos-unstable-small ⏳nixos-unstable ⏳nixpkgs-unstable13:42:41
@drupol:matrix.orgPolIt will be soon available on nixos-unstable!13:42:54
@piotrkwiecinski:matrix.orgpiotrkwiecinskiit's in master so I can PR update to beta13:43:56
@drupol:matrix.orgPolYes13:44:54
@piotrkwiecinski:matrix.orgpiotrkwiecinskiCould you merge https://github.com/NixOS/nixpkgs/pull/334411 in meantime? I may have conflicts in php-packages.nix13:48:54
@drupol:matrix.orgPolyes14:52:32
@drupol:matrix.orgPolDone.14:55:24
@piotrkwiecinski:matrix.orgpiotrkwiecinski Pol: are you saying that php8.4 update won't be merged til the official release in nov? I though you wanted to have a fix for https://github.com/loophp/php-src-nix/actions/runs/10364035720/job/28688711194 15:08:56
@drupol:matrix.orgPolPhp 8.4 beta1 will be announced these days, no worries.15:13:45
@drupol:matrix.orgPolOnce it's updated, we test once more the build to make sure that they didn't updated the tarball, then we merge it15:14:03
@piotrkwiecinski:matrix.orgpiotrkwiecinskiAh I beta1 announcement I thought it'll be stuck until the general release :). I misread the comment.15:15:09
@drupol:matrix.orgPol;)15:16:26

Show newer messages


Back to Room ListRoom Version: 6