Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38f1913acfa9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9a35507778b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2018

  1. geoclue: fix gobject-introspection naming

    gobjectIntrospection is now named gobject-introspection
    c0bw3b authored Dec 4, 2018
    Copy the full SHA
    f9a3550 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/geoclue/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/geoclue/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, intltool, meson, ninja, pkgconfig, gtk-doc, docbook_xsl, docbook_xml_dtd_412, glib, json-glib, libsoup, libnotify, gdk_pixbuf
, modemmanager, avahi, glib-networking, python3, wrapGAppsHook, gobjectIntrospection, vala
, modemmanager, avahi, glib-networking, python3, wrapGAppsHook, gobject-introspection, vala
, withDemoAgent ? false
}:

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "devdoc" ];

nativeBuildInputs = [
pkgconfig intltool meson ninja wrapGAppsHook python3 vala gobjectIntrospection
pkgconfig intltool meson ninja wrapGAppsHook python3 vala gobject-introspection
# devdoc
gtk-doc docbook_xsl docbook_xml_dtd_412
];