mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
orc: fix path to orcc in *.pc
This commit is contained in:
parent
de43f843b5
commit
b9d2c364a1
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "dev" "out" "doc" ];
|
||||
outputBin = "dev"; # compilation tools
|
||||
|
||||
postInstall = ''
|
||||
sed "/^toolsdir=/ctoolsdir=$dev/bin" -i "$dev"/lib/pkgconfig/orc*.pc
|
||||
'';
|
||||
|
||||
# building memcpy_speed.log
|
||||
# ../test-driver: line 107: 4495 Segmentation fault "$@" > $log_file 2>&1
|
||||
# FAIL: memcpy_speed
|
||||
|
Loading…
Reference in New Issue
Block a user