summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-22 14:22:10 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-22 14:22:10 +0700
commit062e1ffa1ba918c2c94a5988c60765247c0aa95c (patch)
tree41aa6b6bbd7972f1a18c54335e291222a2221324
parentd830ceb9675e6c8dee968b95000ee7329cdc2130 (diff)
downloadnixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar.gz
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar.bz2
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar.lz
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar.xz
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.tar.zst
nixpkgs-062e1ffa1ba918c2c94a5988c60765247c0aa95c.zip
bento4: expand platforms to unix
-rw-r--r--pkgs/tools/video/bento4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/video/bento4/default.nix b/pkgs/tools/video/bento4/default.nix
index d096f834ba1..6ee7c844994 100644
--- a/pkgs/tools/video/bento4/default.nix
+++ b/pkgs/tools/video/bento4/default.nix
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ makefu ];
     broken = stdenv.isAarch64;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
   };
 }