forked from mirrors/nixpkgs
fixing bad location of hddtemp (spotted by gour) (tools -> tools/misc)
svn path=/nixpkgs/trunk/; revision=11812
This commit is contained in:
parent
acf7290ae7
commit
e38b426fda
|
@ -708,7 +708,7 @@ let pkgs = rec {
|
|||
inherit fetchurl stdenv;
|
||||
});
|
||||
|
||||
hddtemp = import ../tools/hddtemp {
|
||||
hddtemp = import ../tools/misc/hddtemp {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue