From 2e8ee05aee8c03aaf1f991b8403a6980eeb1f4fc Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 9 May 2023 17:58:30 +0200 Subject: Fixed build and install issues. Confirmed install and build on nix --- .nix/derivation.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.nix/derivation.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix index 3d2d7d0..23dd938 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -15,5 +15,9 @@ stdenvNoCC.mkDerivation { gnumake ]; - output = [ "out" "dev" ]; + installPhase = '' + PREFIX=$out make install + ''; + + output = [ "out" ]; } -- cgit v1.2.3