accountsservice: convert patch to default format
This commit is contained in:
parent
202d9e29c3
commit
cdaf55a961
2 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
|
|||
"--localstatedir=/var" ];
|
||||
|
||||
patches = [ ./no-create-dirs.patch ];
|
||||
patchFlags = "-p0";
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram "$out/libexec/accounts-daemon" \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- src/Makefile.in.orig 2014-04-23 22:30:00.276005326 +0200
|
||||
+++ src/Makefile.in 2014-04-23 22:30:16.809409113 +0200
|
||||
--- a/src/Makefile.in 2014-04-23 22:30:00.276005326 +0200
|
||||
+++ b/src/Makefile.in 2014-04-23 22:30:16.809409113 +0200
|
||||
@@ -881,8 +881,8 @@
|
||||
gdbus-codegen --generate-c-code accounts-user-generated --c-namespace Accounts --interface-prefix=org.freedesktop.Accounts. $(top_srcdir)/data/org.freedesktop.Accounts.User.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue