1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

fix rmlint

This commit is contained in:
Domen Kozar 2013-06-29 18:30:22 +02:00
parent 8fb90b71aa
commit 18ddfda81a

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01"; sha256 = "bea39a5872b39d3596e756f242967bc5bde6febeb996fdcd63fbcf5bfdc75f01";
}; };
makeFlags="DESTDIR=$(out)"; makeFlags="DESTDIR=$(out) INSTALLPATH=$(out)/bin/";
meta = { meta = {
description = "A tool to remove duplicates and other lint"; description = "A tool to remove duplicates and other lint";