Merge pull request #221019 from Artturin/gtk2syscoonf
This commit is contained in:
commit
b4d77815ef
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'' else null;
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--with-gdktarget=${gdktarget}"
|
||||
"--with-xinput=yes"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
|
@ -79,6 +80,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
"ac_cv_path_GDK_PIXBUF_CSOURCE=${buildPackages.gdk-pixbuf.dev}/bin/gdk-pixbuf-csource"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
"sysconfdir=${placeholder "out"}/etc"
|
||||
];
|
||||
|
||||
doCheck = false; # needs X11
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue