summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream
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/development/libraries/appstream
parentcc7fbc4ac1db52a3e6efdac6b23ccdc72ddd49e2 (diff)
downloadnixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar.gz
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar.bz2
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar.lz
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar.xz
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.tar.zst
nixpkgs-b479497df1844837cae015d72b5fac0469b08473.zip
appstream: enable on darwin
Diffstat (limited to 'pkgs/development/libraries/appstream')
-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 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;
  };
 }