cleanup: statix
This commit is contained in:
@@ -45,8 +45,8 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optional enableFdk "-DENABLE_FDK=ON";
|
||||
|
||||
postPatch = let
|
||||
branchCaptialized =
|
||||
(lib.toUpper (lib.substring 0 1 branch) + lib.substring 1 (-1) branch);
|
||||
branchCaptialized = lib.toUpper (lib.substring 0 1 branch)
|
||||
+ lib.substring 1 (-1) branch;
|
||||
in ''
|
||||
# Fix file not found when looking in var/empty instead of opt
|
||||
mkdir externals/dynarmic/src/dynarmic/ir/var
|
||||
|
||||
Reference in New Issue
Block a user