polkit: split dev and bin outputs

This commit is contained in:
Vladimír Čunát
2015-10-14 14:32:26 +02:00
parent 86cc3d32ac
commit 2490848627
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ in
owner = "root";
group = "root";
setuid = true;
source = "${pkgs.polkit}/lib/polkit-1/polkit-agent-helper-1";
source = "${pkgs.polkit.out}/lib/polkit-1/polkit-agent-helper-1";
}
];