ChanServ changed the topic of #nixos-nur to: Nix User Repository || https://github.com/nix-community/NUR || https://logs.nix.samueldr.com/nixos-nur
<Izorkin> How to replce openssl to pkgs.libressl in https://github.com/Izorkin/nur-packages/blob/master/default.nix#L26 Error called with unexpected argument 'openssl'
<Mic92> Izorkin: you would also need to pass openssl as an argument here: https://github.com/Izorkin/nur-packages/blob/master/pkgs/development/php/php56-packages.nix#L1
<Mic92> instead of using `pkgs`
<Izorkin> added openssl, write - php56Packages = pkgs.recurseIntoAttrs (pkgs.callPackage ./pkgs/development/php/php56-packages.nix { php = php56; openssl = pkgs.libressl; libevent = pkgs.libevent.override ({ openssl = pkgs.libressl; }); }); - package libevent not rebuild with libressl
<Izorkin> replaced buildInputs = [ pkgs.libevent pkgs.openssl ]; to buildInputs = [ libevent openssl ]; - worked
<Izorkin> thanks
dywedir[m] has quit [Quit: Idle kick: User has been idle for 30 days.]
klntsky has quit [Remote host closed the connection]
klntsky has joined #nixos-nur
klntsky has quit [Remote host closed the connection]
klntsky has joined #nixos-nur