p7zip: fix build on gcc10
This commit is contained in:
committed by
Frederik Rietdijk
parent
1c89832fd5
commit
7fd60b3c97
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
}
|
||||
;
|
||||
|
||||
patches = [
|
||||
./gcc10.patch
|
||||
];
|
||||
|
||||
# Default makefile is full of impurities on Darwin. The patch doesn't hurt Linux so I'm leaving it unconditional
|
||||
postPatch = ''
|
||||
sed -i '/CC=\/usr/d' makefile.macosx_llvm_64bits
|
||||
|
||||
Reference in New Issue
Block a user