mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix(nix): add tomlplusplus
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
7c6bb80cee
commit
0f59a1dde1
3 changed files with 28 additions and 4 deletions
|
|
@ -21,6 +21,7 @@
|
|||
, self
|
||||
, version
|
||||
, libnbtplusplus
|
||||
, tomlplusplus
|
||||
, enableLTO ? false
|
||||
}:
|
||||
|
||||
|
|
@ -59,6 +60,11 @@ stdenv.mkDerivation rec {
|
|||
mkdir source/libraries/libnbtplusplus
|
||||
cp -a ${libnbtplusplus}/* source/libraries/libnbtplusplus
|
||||
chmod a+r+w source/libraries/libnbtplusplus/*
|
||||
# Copy tomlplusplus
|
||||
rm -rf source/libraries/tomlplusplus
|
||||
mkdir source/libraries/tomlplusplus
|
||||
cp -a ${tomlplusplus}/* source/libraries/tomlplusplus
|
||||
chmod a+r+w source/libraries/tomlplusplus/*
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue