lad: case-insensitivity
Build and populate cache / tests (sydpkgs, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, sydpkgs) (push) Has been cancelled
Build and populate cache / tests (sydpkgs, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, sydpkgs) (push) Has been cancelled
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
, lib
|
||||
, wantLad5_1 ? true
|
||||
, wantLad5_2 ? true
|
||||
, wantCaseInsensitivity ? false
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -29,6 +30,7 @@ in stdenv.mkDerivation {
|
||||
};
|
||||
LUA51 = lib.getExe our-lua51;
|
||||
LUA52 = lib.getExe our-lua52;
|
||||
patches = lib.optional wantCaseInsensitivity ./case-insensitivity.patch;
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/opt/{5.1,5.2}
|
||||
cp 5.1/*.lua $out/opt/5.1/
|
||||
|
||||
Reference in New Issue
Block a user