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

Commits on Apr 21, 2021

  1. mate.marco: fix build regression

    It's probably fallout from PR #118479.  Whole `mate` builds for me now.
    vcunat committed Apr 21, 2021
    1
    Copy the full SHA
    acf90e4 View commit details
Showing with 4 additions and 1 deletion.
  1. +4 −1 pkgs/desktops/mate/marco/default.nix
5 changes: 4 additions & 1 deletion pkgs/desktops/mate/marco/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, libcanberra-gtk3, libgtop, libstartup_notification, gnome3, gtk3, mate-settings-daemon, wrapGAppsHook }:
{ lib, stdenv, fetchurl, pkg-config, gettext, itstool, libxml2, libcanberra-gtk3, libgtop
, libXdamage, libXpresent, libstartup_notification, gnome3, gtk3, mate-settings-daemon, wrapGAppsHook }:

stdenv.mkDerivation rec {
pname = "marco";
@@ -20,6 +21,8 @@ stdenv.mkDerivation rec {
libxml2
libcanberra-gtk3
libgtop
libXdamage
libXpresent
libstartup_notification
gtk3
gnome3.zenity