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