Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: decd81991158
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 61a946349839
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 12, 2018

  1. weechatScripts.weechat-matrix-bridge: don't export `olm.lua' as script (

    #46582)
    
    Loading olm.lua as weechat script with `/script load olm.lua' causes
    errors like this:
    
    ```
    /nix/store/43jbh7yxh8j4gjfzbvpd9clncah5dip1-weechat-matrix-bridge-2018-05-29/lib/ffi.so: undefined symbol: lua_tointeger
    ```
    
    As `olm.lua' is loaded by `matrix.lua' it doesn't need to be included
    manually by the weechat configuration.
    Ma27 authored and xeji committed Sep 12, 2018
    Copy the full SHA
    61a9463 View commit details
    Browse the repository at this point in the history