mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
i-score: CMAKE_PREFIX_PATH can be undefined
This commit is contained in:
parent
cdbbaa91ed
commit
2c1d9d8bc1
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export CMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH:$(echo "${jamomacore}/jamoma/share/cmake/Jamoma")"
|
export CMAKE_PREFIX_PATH="''${CMAKE_PREFIX_PATH-}:$(echo "${jamomacore}/jamoma/share/cmake/Jamoma")"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''rm $out/bin/i-score.sh'';
|
postInstall = ''rm $out/bin/i-score.sh'';
|
||||||
|
Loading…
Reference in New Issue
Block a user