From e6b5a7e6272642589e692bf9af612c12b45b81eb Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Mon, 5 Jun 2017 05:46:44 +0000 Subject: [PATCH] gnome-backgrounds: build on all unices --- pkgs/desktops/gnome-3/3.22/core/gnome-backgrounds/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/gnome-3/3.22/core/gnome-backgrounds/default.nix b/pkgs/desktops/gnome-3/3.22/core/gnome-backgrounds/default.nix index 32d6d6e7535..eb801caf565 100644 --- a/pkgs/desktops/gnome-3/3.22/core/gnome-backgrounds/default.nix +++ b/pkgs/desktops/gnome-3/3.22/core/gnome-backgrounds/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ pkgconfig intltool ]; meta = with stdenv.lib; { - platforms = platforms.linux; + platforms = platforms.unix; maintainers = gnome3.maintainers; }; }