summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/appcenter/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-28 23:01:23 +0800
committerBobby Rong <rjl931189261@126.com>2021-10-29 00:18:21 +0800
commit829e92098e49997f56c484e0d9560419fce416cc (patch)
treec1603dfd4e4ea313feeffd0a730ba8eca95050b1 /pkgs/desktops/pantheon/apps/appcenter/default.nix
parentea8d53ed168e84f7ea6589323fa8300d8bf385db (diff)
downloadnixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar.gz
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar.bz2
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar.lz
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar.xz
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.tar.zst
nixpkgs-829e92098e49997f56c484e0d9560419fce416cc.zip
pantheon.appcenter: drop downstream patch
Diffstat (limited to 'pkgs/desktops/pantheon/apps/appcenter/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/appcenter/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/desktops/pantheon/apps/appcenter/default.nix b/pkgs/desktops/pantheon/apps/appcenter/default.nix
index c8526c48988..b7a59907b48 100644
--- a/pkgs/desktops/pantheon/apps/appcenter/default.nix
+++ b/pkgs/desktops/pantheon/apps/appcenter/default.nix
@@ -39,15 +39,6 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-d7DGyAC8itBxTfuabDPN16W4S4d42s5UPp8AusZfy5k=";
   };
 
-  patches = [
-    # Try to remove other backends to make flatpak backend work.
-    # https://github.com/NixOS/nixpkgs/issues/70214
-    ./flatpak-only.patch
-    # The homepage banner does not show up on first run,
-    # has issues with app icon and mouse scrolling.
-    ./drop-homepage-banner.patch
-  ];
-
   passthru = {
     updateScript = nix-update-script {
       attrPath = "pantheon.${pname}";