Loading pkgs/development/libraries/accountsservice/default.nix +3 −2 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchurl , fetchpatch , substituteAll Loading Loading @@ -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; }; } pkgs/development/libraries/accountsservice/fix-paths.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/libraries/accountsservice/default.nix +3 −2 Original line number Diff line number Diff line { lib, stdenv { lib , stdenv , fetchurl , fetchpatch , substituteAll Loading Loading @@ -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; }; }
pkgs/development/libraries/accountsservice/fix-paths.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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