skawarePackages: fix llvm build

This commit is contained in:
Christian Kampka 2022-01-15 21:56:26 +01:00
parent 22a2be05ea
commit bb88853516
No known key found for this signature in database
GPG Key ID: B88E140DB4FE1AA5

View File

@ -86,6 +86,8 @@ in stdenv.mkDerivation {
inherit postConfigure;
makeFlags = lib.optional stdenv.cc.isClang [ "AR=${stdenv.cc.targetPrefix}ar" "RANLIB=${stdenv.cc.targetPrefix}ranlib" ];
# TODO(Profpatsch): ensure that there is always a $doc output!
postInstall = ''
echo "Cleaning & moving common files"