pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, openssl, libpcap
|
||||
{ lib, stdenv, fetchurl, openssl, libpcap
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cowpatty";
|
||||
|
||||
Reference in New Issue
Block a user