html-tidy: align attrname with pkgname

htmlTidy => html-tidy. Keep copy of old attribute for backward
compatibility.
This commit is contained in:
Bjørn Forsman
2014-12-06 17:01:05 +01:00
parent 4687494b7c
commit 289ec3b5aa
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, openssl, db, zlib, uwimap, htmlTidy, pam}:
{ stdenv, fetchurl, perl, openssl, db, zlib, uwimap, html-tidy, pam}:
let
ssl = stdenv.lib.optionals uwimap.withSSL
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "135fjbxjn385b6cjys6qhbwfw61mdcl2akkll4jfpdzfvhbxlyda";
};
buildInputs = [ openssl db zlib uwimap htmlTidy pam ];
buildInputs = [ openssl db zlib uwimap html-tidy pam ];
nativeBuildInputs = [ perl ];
NIX_LDFLAGS = "-lpam";