Skip to content

Commit

Permalink
libpar2: fix clang build
Browse files Browse the repository at this point in the history
/cc ZHF #36454
  • Loading branch information
LnL7 committed Mar 12, 2018
1 parent 0fdbf3e commit 4ba61cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libpar2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ stdenv.mkDerivation rec {

patches = [ ./libpar2-0.4-external-verification.patch ];

CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";

meta = {
homepage = http://parchive.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus;
Expand Down

0 comments on commit 4ba61cd

Please sign in to comment.