From 69045b714ddeb192918c28f3094ce702642f6374 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 6 Dec 2017 13:53:02 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ymir.nix b/ymir.nix index dc6fa19c..3f7cb90c 100644 --- a/ymir.nix +++ b/ymir.nix @@ -133,6 +133,8 @@ in rec { }; buildInputs = with pkgs; [ pam ]; + + installFlags = [ "DESTDIR=$(out)" ]; }; }; -- cgit v1.2.3