openbrf: fix build
This commit is contained in:
parent
608fe16482
commit
b3c35a3974
@ -31,6 +31,7 @@ stdenv.mkDerivation {
|
|||||||
--set-rpath "${stdenv.lib.makeLibraryPath [ qtbase glew stdenv.cc.cc mesa ]}" \
|
--set-rpath "${stdenv.lib.makeLibraryPath [ qtbase glew stdenv.cc.cc mesa ]}" \
|
||||||
$out/share/openBrf/openBrf
|
$out/share/openBrf/openBrf
|
||||||
|
|
||||||
|
mkdir -p "$out/bin"
|
||||||
ln -s "$out/share/openBrf/openBrf" "$out/bin/openBrf"
|
ln -s "$out/share/openBrf/openBrf" "$out/bin/openBrf"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user