mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
edencommon: add explicit gflags
dependency
(cherry picked from commit 2de2d0fad8
)
This commit is contained in:
parent
84f62d3ad3
commit
a51f5987f3
@ -7,6 +7,7 @@
|
||||
cmake,
|
||||
|
||||
glog,
|
||||
gflags,
|
||||
folly,
|
||||
gtest,
|
||||
apple-sdk_11,
|
||||
@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs =
|
||||
[
|
||||
glog
|
||||
gflags
|
||||
folly
|
||||
gtest
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user