utillinux: rename to util-linux
This commit is contained in:
@@ -112584,7 +112584,7 @@ self: {
|
||||
, pandoc-citeproc, parsec, process, QuickCheck, random, regex-tdfa
|
||||
, resourcet, scientific, tagsoup, tasty, tasty-hunit
|
||||
, tasty-quickcheck, template-haskell, text, time
|
||||
, time-locale-compat, unordered-containers, utillinux, vector, wai
|
||||
, time-locale-compat, unordered-containers, util-linux, vector, wai
|
||||
, wai-app-static, warp, yaml
|
||||
}:
|
||||
mkDerivation {
|
||||
@@ -112608,12 +112608,12 @@ self: {
|
||||
base bytestring containers filepath QuickCheck tasty tasty-hunit
|
||||
tasty-quickcheck text unordered-containers yaml
|
||||
];
|
||||
testToolDepends = [ utillinux ];
|
||||
testToolDepends = [ util-linux ];
|
||||
description = "A static website compiler library";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) utillinux;};
|
||||
}) {inherit (pkgs) util-linux;};
|
||||
|
||||
"hakyll-R" = callPackage
|
||||
({ mkDerivation, base, directory, filepath, hakyll, pandoc, process
|
||||
|
||||
Reference in New Issue
Block a user