summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/accountsservice/default.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-31 17:49:05 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-10-31 19:01:59 +0100
commitd1bf81f5e6055558d60b3a3217cde177a8e2b22e (patch)
treef38564fe6f1ee538eed3490c335fcbd151cf8cec /pkgs/development/libraries/accountsservice/default.nix
parent19142fd0793ab2768463801b78261a5062c0f6f8 (diff)
accountsservice: fix typo, little format cleanup
Diffstat (limited to 'pkgs/development/libraries/accountsservice/default.nix')
-rw-r--r--pkgs/development/libraries/accountsservice/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/accountsservice/default.nix b/pkgs/development/libraries/accountsservice/default.nix
index f87a0bbe68ba..41c9da042047 100644
--- a/pkgs/development/libraries/accountsservice/default.nix
+++ b/pkgs/development/libraries/accountsservice/default.nix
@@ -1,4 +1,5 @@
-{ lib, stdenv
+{ lib
+, stdenv
, fetchurl
, fetchpatch
, substituteAll
@@ -89,6 +90,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.freedesktop.org/wiki/Software/AccountsService";
license = licenses.gpl3;
maintainers = with maintainers; [ pSub ];
- platforms = with platforms; linux;
+ platforms = platforms.linux;
};
}