diff --git a/pkgs/qtscrcpy/qtscrcpy.nix b/pkgs/qtscrcpy/qtscrcpy.nix index c4ef411..11ea62c 100644 --- a/pkgs/qtscrcpy/qtscrcpy.nix +++ b/pkgs/qtscrcpy/qtscrcpy.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation rec { license = licenses.asl20; maintainers = [ maintainers.vanilla ]; platforms = platforms.linux; - # broken = true; + broken = true; }; } # https://github.com/NixOS/nixpkgs/commit/d896f0d8e02d3a251e595761807eb9656a221685 diff --git a/pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix b/pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix index eb99e46..71a72b5 100644 --- a/pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix +++ b/pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix @@ -59,8 +59,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Wechat Dev Tools"; homepage = "https://github.com/msojocs/wechat-web-devtools-linux"; - # license = licenses.unfree; + license = licenses.unfree; platforms = [ "x86_64-linux" ]; + broken = true; # maintainers = with maintainers; [ Program-Learning ]; }; } diff --git a/pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix b/pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix index eb99e46..3f45044 100644 --- a/pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix +++ b/pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix @@ -59,8 +59,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Wechat Dev Tools"; homepage = "https://github.com/msojocs/wechat-web-devtools-linux"; - # license = licenses.unfree; + license = licenses.unfree; platforms = [ "x86_64-linux" ]; # maintainers = with maintainers; [ Program-Learning ]; + broken = true; }; }