mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
parent
0fdbf3edeb
commit
4ba61cd136
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user