1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

fixing bad location of hddtemp (spotted by gour) (tools -> tools/misc)

svn path=/nixpkgs/trunk/; revision=11812
This commit is contained in:
Marc Weber 2008-05-11 11:18:16 +00:00
parent acf7290ae7
commit e38b426fda
2 changed files with 1 additions and 1 deletions

View file

@ -708,7 +708,7 @@ let pkgs = rec {
inherit fetchurl stdenv;
});
hddtemp = import ../tools/hddtemp {
hddtemp = import ../tools/misc/hddtemp {
inherit fetchurl stdenv;
};