Loading pkgs/development/libraries/wayland/default.nix +3 −9 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/libraries/wayland/default.nix +3 −9 Original line number Diff line number Diff line Loading @@ -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 = [ Loading