polkit: fix gobject introspection support
This commit is contained in:
parent
e505c8927d
commit
344e440835
@ -53,13 +53,10 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
"--with-polkitd-user=polkituser" #TODO? <nixos> config.ids.uids.polkituser
|
"--with-polkitd-user=polkituser" #TODO? <nixos> config.ids.uids.polkituser
|
||||||
"--with-os-type=NixOS" # not recognized but prevents impurities on non-NixOS
|
"--with-os-type=NixOS" # not recognized but prevents impurities on non-NixOS
|
||||||
|
"--enable-introspection"
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags =
|
makeFlags = "INTROSPECTION_GIRDIR=$(out)/share/gir-1.0 INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0";
|
||||||
''
|
|
||||||
INTROSPECTION_GIRDIR=$(out)/share/gir-1.0
|
|
||||||
INTROSPECTION_TYPELIBDIR=$(out)lib/girepository-1.0
|
|
||||||
'';
|
|
||||||
|
|
||||||
#doCheck = true; # some /bin/bash problem that isn't auto-solved by patchShebangs
|
#doCheck = true; # some /bin/bash problem that isn't auto-solved by patchShebangs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user