about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-18 18:24:39 +0200
committerGitHub <noreply@github.com>2023-09-18 18:24:39 +0200
commit518e70c276335adee38eaca48d6d0e9620aec6f1 (patch)
tree746fce6a4706639e8ff6429ba2d5cfb96eb1cc5a /pkgs
parent5b0fe246b3191ed7fb62424d588e6251ee09c3ee (diff)
parent495afc1071391c1b0573791e39a49338476e3807 (diff)
Merge pull request #254788 from tebriel/update-freetube
freetube: add darwin support
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/freetube/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/freetube/default.nix b/pkgs/applications/video/freetube/default.nix
index 82bcb8c856688..33034d9ef97a8 100644
--- a/pkgs/applications/video/freetube/default.nix
+++ b/pkgs/applications/video/freetube/default.nix
@@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
     homepage = "https://freetubeapp.io/";
     license = licenses.agpl3Only;
     maintainers = with maintainers; [ ryneeverett alyaeanyx ];
-    platforms = [ "x86_64-linux" ];
+    inherit (electron_22.meta) platforms;
   };
 }