pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub }:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "toss";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "05ql0d8wbdhnmh3dw8ch5bi6clfb9h8v21lq2a74iy02slya2y0r";
|
||||
};
|
||||
preInstall = "export DESTDIR=$out/bin";
|
||||
meta = with stdenv.lib;
|
||||
meta = with lib;
|
||||
src.meta // {
|
||||
description = "Dead simple LAN file transfers from the command line";
|
||||
license = with licenses; [ mit ];
|
||||
|
||||
Reference in New Issue
Block a user