diff --git a/nixpkgs/BUILD.pkg b/nixpkgs/BUILD.pkg index 3261e6ff3..6e02de94b 100644 --- a/nixpkgs/BUILD.pkg +++ b/nixpkgs/BUILD.pkg @@ -12,5 +12,5 @@ filegroup( filegroup( name = "include", - srcs = glob(["include/**/*.h"], allow_empty = True), + srcs = glob(["include/**/*.h", "include/**/*.hh", "include/**/*.hpp", "include/**/*.hxx"], allow_empty = True), )