We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6fb2a7c commit b7144b2Copy full SHA for b7144b2
pkgs/misc/emulators/desmume/default.nix
@@ -1,4 +1,4 @@
1
-{ stdenv, fetchurl
+{ stdenv, fetchurl, fetchpatch
2
, pkgconfig, libtool, intltool
3
, libXmu
4
, lua
@@ -18,6 +18,14 @@ stdenv.mkDerivation rec {
18
sha256 = "15l8wdw3q61fniy3h93d84dnm6s4pyadvh95a0j6d580rjk4pcrs";
19
};
20
21
+ patches = [
22
+ (fetchpatch {
23
+ name = "gcc6_fixes.patch";
24
+ url = "https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/desmume/debian/patches/gcc6_fixes.patch?revision=15925";
25
+ sha256 = "0j3fmxz0mfb3f4biks03pyz8f9hy958ks6qplisl60rzq9v9qpks";
26
+ })
27
+ ];
28
+
29
buildInputs =
30
[ pkgconfig libtool intltool libXmu lua agg alsaLib soundtouch
31
openal desktop_file_utils gtk2 gtkglext libglade pangox_compat
0 commit comments