Merge commit 'refs/pull/13853/head' of git://github.com/NixOS/nixpkgs

This commit is contained in:
Nikolay Amiantov 2016-03-12 09:34:28 +03:00
commit 39ed265c80

View File

@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "0qw77gvr57azjbn76cjlm4sv1hf2hh90g7n7n33gfvlpnbs7mf3p";
};
postPatch = ''
sed 's/^CXX=g++/#CXX/' -i makefile
'';
buildPhase = ''
make unrar
make clean