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: 556eb0f3f410
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2f00a50e2dd8
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 12, 2018

  1. lumail: 2.9 -> 3.1

    matthiasbeyer committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    29c33ba View commit details
    Browse the repository at this point in the history
  2. lumail: Fix package definition

    Includes:
    
    * Package gets a flag to use the debug build
    * install phase installs all lua scripts from the package and makes
      lumail find them
    * global configuration which is shipped with the package can be
      overridden, if desired
    * parallel building enabled
    matthiasbeyer committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    bb8e1c4 View commit details
    Browse the repository at this point in the history
  3. lumail: Use lua5.1

    This is necessary because the standard library which is distributed with
    lumail (the lumail core configuration so to speak) is written for lua5.1
    apparently.
    
    The website states 5.1 or 5.2 or 5.3, but 5.2 fails because "loadstring"
    was deprecated in lua 5.2.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    13e95f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32710 from matthiasbeyer/update-lumail

    lumail: 2.9 -> 3.1
    Mic92 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    2f00a50 View commit details
    Browse the repository at this point in the history