vogl: Fix build with qt59
This commit is contained in:
parent
5f232de6cd
commit
33ec57356a
@ -4,6 +4,7 @@
|
||||
, libdwarf, libjpeg_turbo, libunwind, lzma, tinyxml, libX11
|
||||
, SDL2, SDL2_gfx, SDL2_image, SDL2_ttf
|
||||
, freeglut, mesa_glu
|
||||
, fetchpatch
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -17,6 +18,14 @@ mkDerivation rec {
|
||||
sha256 = "17gwd73x3lnqv6ccqs48pzqwbzjhbn41c0x0l5zzirhiirb3yh0n";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
name = "fix-qt59.patch";
|
||||
url = "https://github.com/ValveSoftware/vogl/commit/be3d85f.patch";
|
||||
sha256 = "1yh4jd35mds337waqxdw3w22w7ghn05b5jm7fb4iihl39mhq6qyv";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake pkgconfig ];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -17485,7 +17485,7 @@ with pkgs;
|
||||
|
||||
vnstat = callPackage ../applications/networking/vnstat { };
|
||||
|
||||
vogl = qt56.callPackage ../development/tools/vogl { };
|
||||
vogl = libsForQt5.callPackage ../development/tools/vogl { };
|
||||
|
||||
volnoti = callPackage ../applications/misc/volnoti { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user