mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
parent
0fdbf3edeb
commit
4ba61cd136
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./libpar2-0.4-external-verification.patch ];
|
patches = [ ./libpar2-0.4-external-verification.patch ];
|
||||||
|
|
||||||
|
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://parchive.sourceforge.net/;
|
homepage = http://parchive.sourceforge.net/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user