mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
smatch: install files in the right place
This commit is contained in:
parent
8775cb95ba
commit
d1202f702b
@ -20,7 +20,10 @@ stdenv.mkDerivation {
|
||||
++ stdenv.lib.optional buildllvmsparse llvm
|
||||
++ stdenv.lib.optional buildc2xml libxml2;
|
||||
|
||||
installFlags = "DESTDIR=$(out)";
|
||||
preBuild =
|
||||
'' sed -i Makefile \
|
||||
-e "s|^PREFIX=.*|PREFIX = $out|g"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "A semantic analysis tool for C";
|
||||
|
Loading…
Reference in New Issue
Block a user