From 6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 1 Aug 2011 01:11:01 +0000 Subject: [PATCH] zip: Make it actually install something svn path=/nixpkgs/trunk/; revision=28050 --- pkgs/tools/archivers/zip/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/archivers/zip/default.nix b/pkgs/tools/archivers/zip/default.nix index 3392a0d1f78b..884af0f0b035 100644 --- a/pkgs/tools/archivers/zip/default.nix +++ b/pkgs/tools/archivers/zip/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { buildFlags="-f unix/Makefile generic"; - installFlags="-f unix/Makefile prefix=$out INSTALL=cp"; + installFlags="-f unix/Makefile prefix=$(out) INSTALL=cp"; meta = { homepage = http://www.info-zip.org;