aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/polkit
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-01-26 00:15:51 +0100
committerDomen Kožar <domen@dev.si>2014-01-26 00:15:51 +0100
commit344e4408359f2f5e6584a9926a458d529656ffca (patch)
tree5435c613656e49469e99c701c41396ef249c4555 /pkgs/development/libraries/polkit
parente505c8927d784bc3c1b1fd912dbd6020070e79d7 (diff)
polkit: fix gobject introspection support
Diffstat (limited to 'pkgs/development/libraries/polkit')
-rw-r--r--pkgs/development/libraries/polkit/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/libraries/polkit/default.nix b/pkgs/development/libraries/polkit/default.nix
index 821e66ea0b30..d5d1614ec8f4 100644
--- a/pkgs/development/libraries/polkit/default.nix
+++ b/pkgs/development/libraries/polkit/default.nix
@@ -53,13 +53,10 @@ stdenv.mkDerivation rec {
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
"--with-polkitd-user=polkituser" #TODO? <nixos> config.ids.uids.polkituser
"--with-os-type=NixOS" # not recognized but prevents impurities on non-NixOS
+ "--enable-introspection"
];
- makeFlags =
- ''
- INTROSPECTION_GIRDIR=$(out)/share/gir-1.0
- INTROSPECTION_TYPELIBDIR=$(out)lib/girepository-1.0
- '';
+ makeFlags = "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