From b479497df1844837cae015d72b5fac0469b08473 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Fri, 14 Aug 2020 04:21:00 -0500 Subject: [PATCH] appstream: enable on darwin --- pkgs/development/libraries/appstream/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix index bffd281d0de..21bbf8c1bc7 100644 --- a/pkgs/development/libraries/appstream/default.nix +++ b/pkgs/development/libraries/appstream/default.nix @@ -47,6 +47,6 @@ stdenv.mkDerivation rec { can be consumed by other software. ''; license = licenses.lgpl21Plus; - platforms = platforms.linux; + platforms = platforms.unix; }; }