about summary refs log tree commit diff
path: root/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/mastodon/source.nix')
-rw-r--r--pkgs/servers/mastodon/source.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index 921066e5df608..3493962e6bd91 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -7,5 +7,5 @@
   };
 in applyPatches {
   inherit src;
-  patches = [./resolutions.patch ./version.patch ];
+  patches = [ ];
 }