gamescope: use --replace-fail
This commit is contained in:
@@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# We can't substitute the patch itself because substituteAll is itself a derivation,
|
||||
# so `placeholder "out"` ends up pointing to the wrong place
|
||||
postPatch = ''
|
||||
substituteInPlace src/reshade_effect_manager.cpp --replace "@out@" "$out"
|
||||
substituteInPlace src/reshade_effect_manager.cpp --replace-fail "@out@" "$out"
|
||||
# Patching shebangs in the main `libdisplay-info` build
|
||||
patchShebangs subprojects/libdisplay-info/tool/gen-search-table.py
|
||||
# Replace gamescopereeaper with absolute path
|
||||
|
||||
Reference in New Issue
Block a user