accountsservice: fix typo, little format cleanup

main
Sandro Jäckel 3 years ago
parent 19142fd079
commit d1bf81f5e6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 5
      pkgs/development/libraries/accountsservice/default.nix
  2. 2
      pkgs/development/libraries/accountsservice/fix-paths.patch

@ -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;
};
}

@ -29,7 +29,7 @@ index 9f57af5..e65289d 100644
name);
- argv[0] = "/usr/sbin/usermod";
+ argv[0] = "@shadown@/bin/usermod";
+ argv[0] = "@shadow@/bin/usermod";
argv[1] = "-c";
argv[2] = name;
argv[3] = "--";

Loading…
Cancel
Save