Loading pkgs/tools/misc/zellij/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , rustPlatform , stdenv , installShellFiles , perl , pkg-config , libiconv , openssl Loading @@ -30,10 +29,11 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ mandown installShellFiles perl pkg-config ]; OPENSSL_NO_VENDOR = 1; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Loading Loading
pkgs/tools/misc/zellij/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ , rustPlatform , stdenv , installShellFiles , perl , pkg-config , libiconv , openssl Loading @@ -30,10 +29,11 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ mandown installShellFiles perl pkg-config ]; OPENSSL_NO_VENDOR = 1; buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Loading