pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, perl }:
|
||||
{ lib, stdenv, fetchurl, perl }:
|
||||
|
||||
let
|
||||
version = "2.1.0";
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
cp ./src/* "$out/include/"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "A hash table for C structures";
|
||||
homepage = "http://troydhanson.github.io/uthash";
|
||||
license = licenses.bsd2; # it's one-clause, actually, as it's source-only
|
||||
|
||||
Reference in New Issue
Block a user