Fix pqiv unpack step

svn path=/nixpkgs/trunk/; revision=20124
This commit is contained in:
Michael Raskin 2010-02-19 09:58:37 +00:00
parent b0e9724ef5
commit b51a1937b6

View File

@ -15,6 +15,10 @@ stdenv.mkDerivation (rec {
sed -i -e 's|$(tempfile -s.*)|temp.c|' -e 's|tempfile|mktemp|' configure
'';
unpackCmd = ''
tar -xf ${src}
'';
meta = {
description = "Rewrite of qiv (quick image viewer)";
homepage = http://www.pberndt.com/Programme/Linux/pqiv;