pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "0fv3sgzwjsgq2h1177r8r1cl5zrfja4ll801sd0bzj3nzmkyww7p";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin [ darwin.Security ];
|
||||
buildInputs = lib.optional stdenv.isDarwin [ darwin.Security ];
|
||||
|
||||
cargoSha256 = "0f2q3bj1cmpbma0fjhc2lc92j4al78fhrx3yc37kmbgzaza0yan5";
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ mkDerivation, ansi-terminal, async, attoparsec, base, containers
|
||||
, directory, HUnit, mtl, nix-derivation, process, relude, stdenv
|
||||
, directory, HUnit, mtl, nix-derivation, process, relude, lib, stdenv
|
||||
, stm, text, time, unix, fetchFromGitHub
|
||||
}:
|
||||
mkDerivation {
|
||||
@@ -27,6 +27,6 @@ mkDerivation {
|
||||
];
|
||||
homepage = "https://github.com/maralorn/nix-output-monitor";
|
||||
description = "Parses output of nix-build to show additional information";
|
||||
license = stdenv.lib.licenses.agpl3Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.maralorn ];
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ lib.maintainers.maralorn ];
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||
sha256 = "14d4dq06jdqazxvv7fq5872zy0capxyb0fdkp8qg06gxl1iw201s";
|
||||
};
|
||||
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin [ darwin.Security ];
|
||||
buildInputs = lib.optional stdenv.isDarwin [ darwin.Security ];
|
||||
|
||||
cargoSha256 = "1vamwynkbnffs8ryr2zb1a41cymjvr8zzh1bifyh9hpkx2k11rs3";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user