* Added hdparm.

svn path=/nixpkgs/trunk/; revision=8344
This commit is contained in:
Eelco Dolstra
2007-03-19 09:31:44 +00:00
parent 2737cd9a8e
commit 9d81167f77
3 changed files with 18 additions and 2 deletions

View File

@@ -11,6 +11,4 @@ stdenv.mkDerivation {
preBuild = "
makeFlagsArray=(PREFIX=$out)
";
#buildInputs = [bison flex openssl];
}