summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-14 04:21:00 -0500
committerAlyssa Ross <hi@alyssa.is>2020-08-16 10:14:46 +0000
commitb479497df1844837cae015d72b5fac0469b08473 (patch)
tree404e11f11afc942b13c4a4a2460cbc152ed38ecf /pkgs
parentcc7fbc4ac1db52a3e6efdac6b23ccdc72ddd49e2 (diff)
appstream: enable on darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/appstream/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix
index bffd281d0de4..21bbf8c1bc74 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;
};
}