flake: Do not use aliases
gmock is not available with `nixpkgs.config.allowAliases = false`.
This commit is contained in:
parent
720ed47678
commit
f68699963c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
libarchive
|
||||
boost
|
||||
lowdown-nix
|
||||
gmock
|
||||
gtest
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [libseccomp]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
|
|
Loading…
Reference in a new issue