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: 9fff6449afe5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f830467449ad
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 29, 2019

  1. Copy the full SHA
    bf9bd97 View commit details
  2. grilo-plugins: build grl-bookmarks

    Totem asks after it.
    jtojnar committed Sep 29, 2019
    Copy the full SHA
    f830467 View commit details
Showing with 3 additions and 1 deletion.
  1. +1 −1 pkgs/desktops/gnome-3/extensions/gsconnect/default.nix
  2. +2 −0 pkgs/development/libraries/grilo-plugins/default.nix
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome-3/extensions/gsconnect/default.nix
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
upower
gnome3.caribou
gnome3.gjs # for running daemon
gnome3.evolution-data-server # folks.py requires org.gnome.Evolution.DefaultSources gsettings; TODO: hardcode the schema path to the library (similarly to https://github.com/NixOS/nixpkgs/issues/47226)
gnome3.evolution-data-server # for libebook-contacts typelib
];

mesonFlags = [
2 changes: 2 additions & 0 deletions pkgs/development/libraries/grilo-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@
, grilo
, gnome-online-accounts
, gmime
, gom
, json-glib
, avahi
, tracker
@@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
libarchive
libsoup
gmime
gom
json-glib
avahi
libmediaart