Skip to content

Commit

Permalink
qtox: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Nov 9, 2017
1 parent 364eebd commit 1529295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -13,18 +13,18 @@ mkDerivation rec {
owner = "qTox";
repo = "qTox";
rev = "v${version}";
sha256 = "1832ay0167qjc2vvpps507mnb0531y3d3pxmlm5nakvcwjs7vl8d";
sha256 = "1l1k8s10jj6nm9i33m8xhjwdhikvp7csdp6x1gxjxdj526aak8q9";
};

buildInputs = [
libtoxcore
libpthreadstubs libXdmcp libXScrnSaver
qtbase qtsvg qttools qttranslations
qtbase qtsvg qttranslations
ffmpeg filter-audio libexif libopus libsodium
libvpx openal opencv pcre qrencode sqlcipher
];

nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig qttools ];

enableParallelBuilding = true;

Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -16253,7 +16253,7 @@ with pkgs;

qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };

qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { };
qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { ffmpeg = ffmpeg_2; };

qtpass = libsForQt5.callPackage ../applications/misc/qtpass { };

Expand Down

0 comments on commit 1529295

Please sign in to comment.