summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/games/gnome-robots
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-07-22 02:03:24 +0000
committerMatthew Bauer <mjbauer95@gmail.com>2018-07-21 22:03:24 -0400
commitcc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16 (patch)
tree5f1c203e608071455dbbda699f52730bd4fbf058 /pkgs/desktops/gnome-3/games/gnome-robots
parentb6704130b426eb30c10424ad84b0e7b8f83a1e0f (diff)
downloadnixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.gz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.bz2
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.lz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.xz
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.tar.zst
nixlib-cc55a3ebcbf7ae1afb77dcf6b1c7f6c0deb68e16.zip
treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
Diffstat (limited to 'pkgs/desktops/gnome-3/games/gnome-robots')
-rw-r--r--pkgs/desktops/gnome-3/games/gnome-robots/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/games/gnome-robots/default.nix b/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
index e07e3c141522..9a81c88206df 100644
--- a/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
+++ b/pkgs/desktops/gnome-3/games/gnome-robots/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
-, librsvg, libcanberra-gtk3, intltool, itstool, libxml2, libgames-support
+, librsvg, libcanberra-gtk3, intltool, itstool, libxml2, libgnome-games-support
 , libgee}:
 
 stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [
     gtk3 wrapGAppsHook intltool itstool librsvg libcanberra-gtk3
-    libxml2 gnome3.defaultIconTheme libgames-support libgee
+    libxml2 gnome3.defaultIconTheme libgnome-games-support libgee
   ];
 
   meta = with stdenv.lib; {