Unverified Commit d1bf81f5 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

accountsservice: fix typo, little format cleanup

parent 19142fd0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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] = "--";