effitask: fix build
This commit is contained in:
parent
e1773ee0bb
commit
ab0e7bffa0
@ -4,6 +4,7 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, openssl
|
, openssl
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, rust
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
@ -29,7 +30,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
# default installPhase don't install assets
|
# default installPhase don't install assets
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
make install PREFIX="$out"
|
make install PREFIX="$out" TARGET="target/${rust.toRustTarget stdenv.hostPlatform}/release/effitask"
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user