diff options
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 97a2dae86e76..16d99cadf3b1 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -54,7 +54,6 @@ let freetype gettext glibc - glog gnutar go google-cloud-sdk @@ -151,7 +150,7 @@ in exposed // { # Packages to be overridden originals = { - inherit (nixpkgs) abseil-cpp git notmuch; + inherit (nixpkgs) abseil-cpp git glog notmuch; ffmpeg = nixpkgs.ffmpeg-full; }; |