mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
xrizer: add version.txt
This commit is contained in:
@@ -54,6 +54,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
postInstall = ''
|
||||
mkdir -p $out/lib/xrizer/$platformPath
|
||||
mv "$out/lib/libxrizer.so" "$out/lib/xrizer/$platformPath/vrclient.so"
|
||||
touch $out/lib/xrizer/bin/version.txt
|
||||
'';
|
||||
|
||||
platformPath = platformPaths."${stdenv.hostPlatform.system}";
|
||||
|
||||
Reference in New Issue
Block a user