Unverified Commit 1a84f259 authored by Alois Wohlschlager's avatar Alois Wohlschlager
Browse files

wayland: fix static build

In commit f64b0ef6 a crude patch was introduced
to disable a test on static builds, due to it failing to link with multiple
definition errors. The patch now leads to a syntax error due to changed
formatting upstream, and the linker failure does not happen any more. Remove
patch.
parent 85dbfc7a
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -36,14 +36,8 @@ stdenv.mkDerivation (finalAttrs: {
    ./darwin.patch
  ];

  postPatch =
    lib.optionalString withDocumentation ''
  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 = [