Compare commits
2 Commits
bd3fa53a55
...
c959381ed2
Author | SHA1 | Date | |
---|---|---|---|
c959381ed2 | |||
3633d24ebc |
@ -215,7 +215,8 @@ stdenv.mkDerivation {
|
|||||||
# create binary cache
|
# create binary cache
|
||||||
closureInfo="${
|
closureInfo="${
|
||||||
closureInfo {
|
closureInfo {
|
||||||
rootPaths = [
|
rootPaths =
|
||||||
|
[
|
||||||
homeManagerConfiguration.activationPackage
|
homeManagerConfiguration.activationPackage
|
||||||
launcher
|
launcher
|
||||||
]
|
]
|
||||||
|
@ -82,8 +82,7 @@ in
|
|||||||
own = [
|
own = [
|
||||||
"${id}.*"
|
"${id}.*"
|
||||||
"org.mpris.MediaPlayer2.${id}.*"
|
"org.mpris.MediaPlayer2.${id}.*"
|
||||||
]
|
] ++ ext.own;
|
||||||
++ ext.own;
|
|
||||||
|
|
||||||
inherit (ext) call broadcast;
|
inherit (ext) call broadcast;
|
||||||
};
|
};
|
||||||
@ -176,7 +175,8 @@ in
|
|||||||
auto_etc = true;
|
auto_etc = true;
|
||||||
cover = [ "/var/run/nscd" ];
|
cover = [ "/var/run/nscd" ];
|
||||||
|
|
||||||
symlink = [
|
symlink =
|
||||||
|
[
|
||||||
[
|
[
|
||||||
"*/run/current-system"
|
"*/run/current-system"
|
||||||
"/run/current-system"
|
"/run/current-system"
|
||||||
|
@ -83,7 +83,8 @@ buildGoModule rec {
|
|||||||
# nix build environment does not allow acls
|
# nix build environment does not allow acls
|
||||||
env.GO_TEST_SKIP_ACL = 1;
|
env.GO_TEST_SKIP_ACL = 1;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs =
|
||||||
|
[
|
||||||
libffi
|
libffi
|
||||||
libseccomp
|
libseccomp
|
||||||
acl
|
acl
|
||||||
@ -129,7 +130,8 @@ buildGoModule rec {
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.targetPkgs = [
|
passthru.targetPkgs =
|
||||||
|
[
|
||||||
go
|
go
|
||||||
gcc
|
gcc
|
||||||
xorg.xorgproto
|
xorg.xorgproto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user