pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
|
||||
let
|
||||
arch =
|
||||
@@ -12,7 +12,7 @@ let
|
||||
if stdenv.hostPlatform.system == "x86_64-linux" then "0zy0jzvdqccfsg42m2lq1rj8r2c4iypd1h9vxl9824cbl92yim37"
|
||||
else if stdenv.hostPlatform.system == "i686-linux" then "03ml9xv19km99f0z7fpr21b1zkxvw7q39kjzd8wpb2pds51wnc62"
|
||||
else throwSystem;
|
||||
libraries = stdenv.lib.makeLibraryPath [ stdenv.cc.cc ];
|
||||
libraries = lib.makeLibraryPath [ stdenv.cc.cc ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "logmein-hamachi";
|
||||
|
||||
Reference in New Issue
Block a user