Unverified Commit d8e5779a authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

wayland: fix static build (#433425)

parents bb51f7e3 1a84f259
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 = [