From d2a8fb6c71215ed154ab2e84cd393a376a883eb7 Mon Sep 17 00:00:00 2001 From: DataEraserC <102341238+DataEraserC@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:19:52 +0800 Subject: [PATCH] Snap --- pkgs/qtscrcpy/qtscrcpy.nix | 2 +- pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix | 3 ++- pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) 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; }; }