trv: fix installation of binaries
This commit is contained in:
parent
a6f392abd6
commit
b75e13b7e6
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
installFlags = "SEMVER=${version} PREFIX=$out";
|
installFlags = "SEMVER=${version} PREFIX=$(out)";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/afiniate/trv;
|
homepage = https://github.com/afiniate/trv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user