mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
parent
59bf79ec4b
commit
02213fdff2
@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
|||||||
# Hardcode paths used by Flatpak itself.
|
# Hardcode paths used by Flatpak itself.
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./fix-paths.patch;
|
src = ./fix-paths.patch;
|
||||||
p11 = p11-kit;
|
p11kit = "${p11-kit.dev}/bin/p11-kit";
|
||||||
})
|
})
|
||||||
|
|
||||||
# Adapt paths exposed to sandbox for NixOS.
|
# Adapt paths exposed to sandbox for NixOS.
|
||||||
|
@ -7,7 +7,7 @@ index 5dd7629e..ddc71a4c 100644
|
|||||||
int i;
|
int i;
|
||||||
char *p11_argv[] = {
|
char *p11_argv[] = {
|
||||||
- "p11-kit", "server",
|
- "p11-kit", "server",
|
||||||
+ "@p11@/bin/p11-kit", "server",
|
+ "@p11kit@", "server",
|
||||||
/* We explicitly request --sh here, because we then fail on earlier versions that doesn't support
|
/* We explicitly request --sh here, because we then fail on earlier versions that doesn't support
|
||||||
* this flag. This is good, because those earlier versions did not properly daemonize and caused
|
* this flag. This is good, because those earlier versions did not properly daemonize and caused
|
||||||
* the spawn_sync to hang forever, waiting for the pipe to close.
|
* the spawn_sync to hang forever, waiting for the pipe to close.
|
||||||
|
Loading…
Reference in New Issue
Block a user