Loading pkgs/development/libraries/gssdp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,8 @@ stdenv.mkDerivation rec { "-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}" ]; doCheck = true; # Bail out! GLib-GIO-FATAL-CRITICAL: g_inet_address_to_string: assertion 'G_IS_INET_ADDRESS (address)' failed doCheck = !stdenv.isDarwin; postFixup = lib.optionalString (stdenv.buildPlatform == stdenv.hostPlatform) '' # Move developer documentation to devdoc output. Loading @@ -73,7 +74,6 @@ stdenv.mkDerivation rec { }; meta = with lib; { broken = stdenv.isDarwin; description = "GObject-based API for handling resource discovery and announcement over SSDP"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl2Plus; Loading pkgs/development/libraries/gupnp-av/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { homepage = "http://gupnp.org/"; description = "A collection of helpers for building AV (audio/video) applications using GUPnP"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; } pkgs/development/libraries/gupnp-dlna/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://wiki.gnome.org/Projects/GUPnP/"; description = "Library to ease DLNA-related bits for applications using GUPnP"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; } pkgs/development/libraries/gupnp-igd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { description = "Library to handle UPnP IGD port mapping"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl21Plus; platforms = platforms.linux; platforms = platforms.unix; }; } pkgs/development/libraries/gupnp/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,8 @@ stdenv.mkDerivation rec { "-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}" ]; doCheck = true; # Bail out! ERROR:../tests/test-bugs.c:168:test_on_timeout: code should not be reached doCheck = !stdenv.isDarwin; passthru = { updateScript = gnome.updateScript { Loading @@ -80,6 +81,6 @@ stdenv.mkDerivation rec { homepage = "http://www.gupnp.org/"; description = "An implementation of the UPnP specification"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; } Loading
pkgs/development/libraries/gssdp/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -50,7 +50,8 @@ stdenv.mkDerivation rec { "-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}" ]; doCheck = true; # Bail out! GLib-GIO-FATAL-CRITICAL: g_inet_address_to_string: assertion 'G_IS_INET_ADDRESS (address)' failed doCheck = !stdenv.isDarwin; postFixup = lib.optionalString (stdenv.buildPlatform == stdenv.hostPlatform) '' # Move developer documentation to devdoc output. Loading @@ -73,7 +74,6 @@ stdenv.mkDerivation rec { }; meta = with lib; { broken = stdenv.isDarwin; description = "GObject-based API for handling resource discovery and announcement over SSDP"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl2Plus; Loading
pkgs/development/libraries/gupnp-av/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,6 @@ stdenv.mkDerivation rec { homepage = "http://gupnp.org/"; description = "A collection of helpers for building AV (audio/video) applications using GUPnP"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; }
pkgs/development/libraries/gupnp-dlna/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -63,6 +63,6 @@ stdenv.mkDerivation rec { homepage = "https://wiki.gnome.org/Projects/GUPnP/"; description = "Library to ease DLNA-related bits for applications using GUPnP"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; }
pkgs/development/libraries/gupnp-igd/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { description = "Library to handle UPnP IGD port mapping"; homepage = "http://www.gupnp.org/"; license = licenses.lgpl21Plus; platforms = platforms.linux; platforms = platforms.unix; }; }
pkgs/development/libraries/gupnp/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,8 @@ stdenv.mkDerivation rec { "-Dintrospection=${lib.boolToString (stdenv.buildPlatform == stdenv.hostPlatform)}" ]; doCheck = true; # Bail out! ERROR:../tests/test-bugs.c:168:test_on_timeout: code should not be reached doCheck = !stdenv.isDarwin; passthru = { updateScript = gnome.updateScript { Loading @@ -80,6 +81,6 @@ stdenv.mkDerivation rec { homepage = "http://www.gupnp.org/"; description = "An implementation of the UPnP specification"; license = licenses.lgpl2Plus; platforms = platforms.linux; platforms = platforms.unix; }; }