Skip to content

Commit 2b65970

Browse files
authored
adriconf: fix cross build (NixOS#375390)
2 parents 1c698f5 + 9f8b11f commit 2b65970

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/ad/adriconf/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
lib,
44
fetchFromGitLab,
55
cmake,
6+
gettext,
7+
glib,
68
pkg-config,
79
libdrm,
810
libGL,
@@ -28,6 +30,8 @@ stdenv.mkDerivation rec {
2830

2931
nativeBuildInputs = [
3032
cmake
33+
gettext # msgfmt
34+
glib # glib-compile-resources
3135
pkg-config
3236
];
3337
buildInputs = [
@@ -41,6 +45,7 @@ stdenv.mkDerivation rec {
4145
pciutils
4246
];
4347

48+
# tries to download googletest
4449
cmakeFlags = [ "-DENABLE_UNIT_TESTS=off" ];
4550

4651
postInstall = ''

0 commit comments

Comments
 (0)