Skip to content

Commit

Permalink
openbrf: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Sep 9, 2017
1 parent 608fe16 commit b3c35a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/misc/openbrf/default.nix
Expand Up @@ -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"
'';

Expand Down

0 comments on commit b3c35a3

Please sign in to comment.