openbrf: fix build

This commit is contained in:
Nikolay Amiantov 2017-09-09 05:25:37 +03:00
parent 608fe16482
commit b3c35a3974

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation {
--set-rpath "${stdenv.lib.makeLibraryPath [ qtbase glew stdenv.cc.cc mesa ]}" \
$out/share/openBrf/openBrf
mkdir -p "$out/bin"
ln -s "$out/share/openBrf/openBrf" "$out/bin/openBrf"
'';