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

Commits on Mar 22, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    bf87eb8 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/desktops/gnome-3/games/gnome-robots/default.nix
8 changes: 4 additions & 4 deletions pkgs/desktops/gnome-3/games/gnome-robots/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, librsvg, libcanberra-gtk3, gettext, itstool, libxml2, libgnome-games-support
, libgee, meson, ninja, python3, desktop-file-utils }:
, libgee, meson, ninja, python3, desktop-file-utils , hicolor-icon-theme, adwaita-icon-theme }:

stdenv.mkDerivation rec {
name = "gnome-robots-${version}";
@@ -17,11 +17,11 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [
pkgconfig meson ninja python3
libxml2 gnome3.adwaita-icon-theme
wrapGAppsHook gettext itstool desktop-file-utils
libxml2 wrapGAppsHook gettext itstool desktop-file-utils
hicolor-icon-theme # For setup-hook
];
buildInputs = [
gtk3 librsvg libcanberra-gtk3 libgnome-games-support libgee
gtk3 librsvg libcanberra-gtk3 libgnome-games-support libgee adwaita-icon-theme
];

postPatch = ''