wayland: fix static build (#433425)
This commit is contained in:
@@ -36,15 +36,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
./darwin.patch
|
||||
];
|
||||
|
||||
postPatch =
|
||||
lib.optionalString withDocumentation ''
|
||||
patchShebangs doc/doxygen/gen-doxygen.py
|
||||
''
|
||||
+ lib.optionalString stdenv.hostPlatform.isStatic ''
|
||||
# delete line containing os-wrappers-test, disables
|
||||
# the building of os-wrappers-test
|
||||
sed -i '/os-wrappers-test/d' tests/meson.build
|
||||
'';
|
||||
postPatch = lib.optionalString withDocumentation ''
|
||||
patchShebangs doc/doxygen/gen-doxygen.py
|
||||
'';
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
||||
Reference in New Issue
Block a user