!oeFELgatfbdiAEkJAY:nixos.org

Nix Zürich

114 Members
https://zurich.nix.ug/ - Next ZHF event 24-25 May 202527 Servers

Load older messages


SenderMessageTime
25 Nov 2023
@infinisil:matrix.orginfinisil

mfrischknecht:

diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix
index 3810390f7862..e702a8be1ee4 100644
--- a/pkgs/top-level/php-packages.nix
+++ b/pkgs/top-level/php-packages.nix
@@ -596,7 +596,13 @@ lib.makeScope pkgs.newScope (self: with self; {
           doCheck = false;
         }
         { name = "sodium"; buildInputs = [ libsodium ]; }
-        { name = "sqlite3"; buildInputs = [ sqlite ]; }
+        {
+          name = "sqlite3";
+          buildInputs = [ sqlite ];
+          postPatch = ''
+            rm ext/sqlite3/tests/sqlite3_bind_bug68849.phpt
+          '';
+        }
         { name = "sysvmsg"; }
         { name = "sysvsem"; }
         { name = "sysvshm"; }

12:00:41
@nebucatnetzer13:matrix.orgnebucatnetzer13
  system.activationScripts.diff = {
    supportsDryActivation = true;
    text = ''
      if [[ -e /run/current-system ]]; then
         ${pkgs.nix}/bin/nix store diff-closures /run/current-system "$systemConfig"
      fi
    '';
  };

12:11:24
@eltonux:matrix.orgElton Vecchietti joined the room.12:13:44
@eltonux:matrix.orgElton VecchiettiUX workshop URL https://miro.com/app/board/uXjVMEGCPgk=/12:14:12
@infinisil:matrix.orginfinisil mfrischknecht: https://github.com/NixOS/nixpkgs/tree/master/pkgs#patches 12:19:05
@jeremystucki:matrix.orgJeremy Stucki joined the room.12:22:36
@zimbatm:numtide.comJonas Chevalier joined the room.12:23:01
@lorenz.brun:matrix.orgLorenz Brunhttps://lore.kernel.org/linux-arm-kernel/20231008200219.3055781-1-lorenz@brun.one/12:24:50
@mfrischknecht:matrix.orgmfrischknecht infinisil: A rm-Patch really works. So I guess empty PHP-Tests still fail... 12:38:32
@infinisil:matrix.orginfinisil mfrischknecht: Oh interesting, so I guess a patch to remove it should be good 12:43:01
@seirl:matrix.orgseirlwhat's the policy for removing abandonware?13:01:10
@seirl:matrix.orgseirlfrom nixpkgs13:01:15
@seirl:matrix.orgseirlhttps://github.com/NixOS/nixpkgs/pull/269886 marking the package as broken :)13:18:53
@mfrischknecht:matrix.orgmfrischknecht Lorenz Brun: https://www.sqlite.org/forum/forumpost/abbb95376ec6cd5f 13:25:47
@mfrischknecht:matrix.orgmfrischknecht Lorenz Brun: https://github.com/php/php-src/issues/12076 13:25:56
@infinisil:matrix.orginfinisil nebucatnetzer13: https://gist.github.com/infinisil/a80a3859dd3c9390c7114b427d2052bd 13:25:59
@tricktron:matrix.orgtricktronhttps://github.com/NixOS/nixpkgs/pull/26989413:52:20
@mfrischknecht:matrix.orgmfrischknecht
In reply to @infinisil:matrix.org
mfrischknecht: Oh interesting, so I guess a patch to remove it should be good
infinisil: Sorry about the delay. Wasn't sure how much data I should gather into the PR. See: https://github.com/NixOS/nixpkgs/pull/269897
13:59:13
@delroth:delroth.net@delroth:delroth.nethttps://github.com/NixOS/nixpkgs/pull/26986214:02:32
@lorenz.brun:matrix.orgLorenz Brunhttps://github.com/NixOS/nixpkgs/pull/26989814:06:16
@infinisil:matrix.orginfinisilhttps://discourse.nixos.org/t/how-to-set-the-xdg-mime-default/3560/3?u=infinisil14:39:34
@lorenz.brun:matrix.orgLorenz Brun mfrischknecht: https://github.com/Mic92/nix-ld/blame/35ba5d7e8e6f838121a422e25ca38a40c41b8636/src/nix-ld.c#L21 14:51:20
@tricktron:matrix.orgtricktron delroth: https://github.com/NixOS/nixpkgs/pull/264446 15:07:14
@mfrischknecht:matrix.orgmfrischknecht infinisil: https://github.com/NixOS/nixpkgs/pull/269919 15:27:54
@ners:nixos.devners
In reply to @mfrischknecht:matrix.org
infinisil: https://github.com/NixOS/nixpkgs/pull/269919
Use the #ZurichZHF tag :)
15:28:52
@infinisil:matrix.orginfinisilOh yeah I think some others also don't have the tag :P15:29:21
@mfrischknecht:matrix.orgmfrischknecht ners: I thought only committers can tag issues? 15:29:33
@infinisil:matrix.orginfinisil
In reply to @mfrischknecht:matrix.org
infinisil: https://github.com/NixOS/nixpkgs/pull/269919
I'd say let's give Mic92 a day or so to respond for that one :)
15:29:45
@ners:nixos.devners
In reply to @mfrischknecht:matrix.org
ners: I thought only committers can tag issues?
It's not really a tag, it's just a bit of text to put in the PR description.
15:30:05
@ners:nixos.devners
In reply to @mfrischknecht:matrix.org
ners: I thought only committers can tag issues?
* It's not really a tag, it's just a bit of text to put in the PR description.
Example: https://github.com/NixOS/nixpkgs/pull/269862
15:30:21

Show newer messages


Back to Room ListRoom Version: 10