From 6c7793713d82d688535272cf291f776ba3e5e159 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sat, 8 Nov 2014 03:07:53 +0000 Subject: lshw: fix location of the binary The binary was going into sbin so even with package in profile we still couldn't use it. cc @phreedom --- pkgs/tools/system/lshw/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/system/lshw') diff --git a/pkgs/tools/system/lshw/default.nix b/pkgs/tools/system/lshw/default.nix index ccda9be9f03..e9d8e8aabd9 100644 --- a/pkgs/tools/system/lshw/default.nix +++ b/pkgs/tools/system/lshw/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { ${if withGUI then "make DESTDIR=$out install-gui" else ""} mv $out/usr/* $out rmdir $out/usr + mv $out/sbin $out/bin ''; meta = with stdenv.lib; { -- cgit 1.4.1