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, libelf, zlib }:
|
||||
{ lib, stdenv, fetchurl, libelf, zlib }:
|
||||
|
||||
let
|
||||
version = "20181024";
|
||||
@@ -11,8 +11,8 @@ let
|
||||
};
|
||||
meta = {
|
||||
homepage = "https://www.prevanders.net/dwarf.html";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
};
|
||||
|
||||
in rec {
|
||||
|
||||
Reference in New Issue
Block a user