Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Snap
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Oct 23, 2023
1 parent 5fd2f32 commit d2a8fb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/qtscrcpy/qtscrcpy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion pkgs/wechat_dev_tools_deb/wechat_dev_tools_deb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
3 changes: 2 additions & 1 deletion pkgs/wechat_dev_tools_fhs_deb/wechat_dev_tools_deb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit d2a8fb6

Please sign in to comment.