about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/fluffychat/default.nix
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2023-10-29 01:23:47 +1100
committerFlafyDev <flafyarazi@gmail.com>2023-12-26 18:48:12 +0200
commit23952fb64184b44d1c884dd592b6a19381413bf2 (patch)
treef439b5eb622a8fc22bbf4ac85c127763750f19ee /pkgs/applications/networking/instant-messengers/fluffychat/default.nix
parent2bd3e5d779f31c751cf2f23e98fc4dbe74f4328c (diff)
buildDartApplication: Remove depsListFile
We get a dependency list with pub2nix now. We can no longer easily distinguish between development dependency dependencies and regular dependency dependencies, but we weren't doing this anyway.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/fluffychat/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/fluffychat/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/fluffychat/default.nix b/pkgs/applications/networking/instant-messengers/fluffychat/default.nix
index 557691e860427..bfc175f797d71 100644
--- a/pkgs/applications/networking/instant-messengers/fluffychat/default.nix
+++ b/pkgs/applications/networking/instant-messengers/fluffychat/default.nix
@@ -24,7 +24,6 @@ flutter.buildFlutterApplication rec {
   };
 
   pubspecLock = lib.importJSON ./pubspec.lock.json;
-  depsListFile = ./deps.json;
 
   gitHashes = {
     keyboard_shortcuts = "sha256-U74kRujftHPvpMOIqVT0Ph+wi1ocnxNxIFA1krft4Os=";