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

Commits on Jun 5, 2019

  1. Copy the full SHA
    6226d72 View commit details
  2. Merge pull request #62673 from romildo/upd.mate

    mate.mate-user-share: add dbus-glib dependency
    romildo authored Jun 5, 2019
    Copy the full SHA
    b7aaf96 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 pkgs/desktops/mate/mate-user-share/default.nix
5 changes: 3 additions & 2 deletions pkgs/desktops/mate/mate-user-share/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, libnotify, libxml2, libcanberra-gtk3, mod_dnssd, apacheHttpd, hicolor-icon-theme, mate, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, itstool, gtk3, dbus-glib, libnotify, libxml2, libcanberra-gtk3, mod_dnssd, apacheHttpd, hicolor-icon-theme, mate, wrapGAppsHook }:

stdenv.mkDerivation rec {
name = "mate-user-share-${version}";
@@ -13,14 +13,15 @@ stdenv.mkDerivation rec {
pkgconfig
intltool
itstool
libxml2
wrapGAppsHook
];

buildInputs = [
gtk3
dbus-glib
libnotify
libcanberra-gtk3
libxml2
mate.caja
hicolor-icon-theme
# Should mod_dnssd and apacheHttpd be runtime dependencies?