mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
wayland: fix static build
This commit is contained in:
parent
cecd875c6c
commit
f64b0ef6cf
@ -51,6 +51,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
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
|
||||
'';
|
||||
|
||||
outputs = [ "out" "bin" "dev" ] ++ lib.optionals withDocumentation [ "doc" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user