effitask: fix build

gstqt5
Matthias Devlamynck 2020-09-30 12:30:51 +02:00
parent e1773ee0bb
commit ab0e7bffa0
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
, pkg-config
, openssl
, gtk3
, rust
}:
rustPlatform.buildRustPackage rec {
@ -29,7 +30,7 @@ rustPlatform.buildRustPackage rec {
# default installPhase don't install assets
installPhase = ''
runHook preInstall
make install PREFIX="$out"
make install PREFIX="$out" TARGET="target/${rust.toRustTarget stdenv.hostPlatform}/release/effitask"
runHook postInstall
'';