summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-12 01:41:30 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-12 12:32:47 +0700
commitdca4490738d06e46ca20e96270804570d755be5e (patch)
tree60fbbcb5eccd9aee49124e5d417a3b182ab80488
parent503d637bab85ef73ebc1a0d9c94ff9562437ecdf (diff)
downloadnixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar.gz
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar.bz2
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar.lz
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar.xz
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.tar.zst
nixpkgs-dca4490738d06e46ca20e96270804570d755be5e.zip
p8-platform: expand platforms to all
-rw-r--r--pkgs/development/libraries/libcec/platform.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libcec/platform.nix b/pkgs/development/libraries/libcec/platform.nix
index 15972272a18..61eccf1f40e 100644
--- a/pkgs/development/libraries/libcec/platform.nix
+++ b/pkgs/development/libraries/libcec/platform.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
     homepage = "https://github.com/Pulse-Eight/platform";
     repositories.git = "https://github.com/Pulse-Eight/platform.git";
     license = lib.licenses.gpl2Plus;
-    platforms = platforms.linux;
+    platforms = platforms.all;
     maintainers = [ maintainers.titanous ];
   };
 }