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: d4fc1a0c0b0a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c568f4d21a63
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 12, 2018

  1. lumail: 2.9 -> 3.1

    (cherry picked from commit 29c33ba)
    matthiasbeyer authored and Mic92 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    a215099 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
    
    (cherry picked from commit bb8e1c4)
    matthiasbeyer authored and Mic92 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    556857b 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>
    (cherry picked from commit 13e95f3)
    matthiasbeyer authored and Mic92 committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    c568f4d View commit details
    Browse the repository at this point in the history