Loading pkgs/development/libraries/libchamplain/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ stdenv.mkDerivation rec { pname = "libchamplain"; version = "0.12.21"; outputs = [ "out" "dev" "devdoc" ]; outputs = [ "out" "dev" ] ++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; Loading @@ -37,6 +38,7 @@ stdenv.mkDerivation rec { pkg-config gobject-introspection vala ] ++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ gtk-doc docbook_xsl docbook_xml_dtd_412 Loading @@ -55,7 +57,7 @@ stdenv.mkDerivation rec { ]; mesonFlags = [ "-Dgtk_doc=true" (lib.mesonBool "gtk_doc" (stdenv.buildPlatform == stdenv.hostPlatform)) "-Dvapi=true" (lib.mesonBool "libsoup3" withLibsoup3) ]; Loading Loading
pkgs/development/libraries/libchamplain/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,8 @@ stdenv.mkDerivation rec { pname = "libchamplain"; version = "0.12.21"; outputs = [ "out" "dev" "devdoc" ]; outputs = [ "out" "dev" ] ++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ "devdoc" ]; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; Loading @@ -37,6 +38,7 @@ stdenv.mkDerivation rec { pkg-config gobject-introspection vala ] ++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [ gtk-doc docbook_xsl docbook_xml_dtd_412 Loading @@ -55,7 +57,7 @@ stdenv.mkDerivation rec { ]; mesonFlags = [ "-Dgtk_doc=true" (lib.mesonBool "gtk_doc" (stdenv.buildPlatform == stdenv.hostPlatform)) "-Dvapi=true" (lib.mesonBool "libsoup3" withLibsoup3) ]; Loading