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

Commits on Jul 18, 2018

  1. Copy the full SHA
    022e989 View commit details
Showing with 5 additions and 6 deletions.
  1. +5 −6 pkgs/desktops/xfce4-13/xfwm4/default.nix
11 changes: 5 additions & 6 deletions pkgs/desktops/xfce4-13/xfwm4/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ mkXfceDerivation, exo, dbus_glib, epoxy ? null, gtk2, libICE, libSM
, libstartup_notification ? null, libxfce4ui, libxfce4util, libwnck
, libXpresent ? null, xfconf }:
{ mkXfceDerivation, exo, dbus-glib, epoxy, gtk2, libXdamage
, libstartup_notification, libxfce4ui, libxfce4util, libwnck
, libXpresent, xfconf }:

mkXfceDerivation rec {
category = "xfce";
@@ -12,11 +12,10 @@ mkXfceDerivation rec {
nativeBuildInputs = [ exo ];

buildInputs = [
dbus_glib
dbus-glib
epoxy
gtk2
libICE
libSM
libXdamage
libstartup_notification
libxfce4ui
libxfce4util