lol

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

+4
+4
pkgs/tools/archivers/unrar/default.nix
··· 9 9 sha256 = "0qw77gvr57azjbn76cjlm4sv1hf2hh90g7n7n33gfvlpnbs7mf3p"; 10 10 }; 11 11 12 + postPatch = '' 13 + sed 's/^CXX=g++/#CXX/' -i makefile 14 + ''; 15 + 12 16 buildPhase = '' 13 17 make unrar 14 18 make clean