We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c698f5 + 9f8b11f commit 2b65970Copy full SHA for 2b65970
pkgs/by-name/ad/adriconf/package.nix
@@ -3,6 +3,8 @@
3
lib,
4
fetchFromGitLab,
5
cmake,
6
+ gettext,
7
+ glib,
8
pkg-config,
9
libdrm,
10
libGL,
@@ -28,6 +30,8 @@ stdenv.mkDerivation rec {
28
30
29
31
nativeBuildInputs = [
32
cmake
33
+ gettext # msgfmt
34
+ glib # glib-compile-resources
35
pkg-config
36
];
37
buildInputs = [
@@ -41,6 +45,7 @@ stdenv.mkDerivation rec {
41
45
pciutils
42
46
43
47
48
+ # tries to download googletest
44
49
cmakeFlags = [ "-DENABLE_UNIT_TESTS=off" ];
50
51
postInstall = ''
0 commit comments