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