pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{stdenv, fetchFromBitbucket, libX11}:
|
||||
{lib, stdenv, fetchFromBitbucket, libX11}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xannotate";
|
||||
version = "20150301";
|
||||
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "blais";
|
||||
repo = pname;
|
||||
@@ -15,9 +15,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
inherit version;
|
||||
description = "A tool to scribble over X windows";
|
||||
license = stdenv.lib.licenses.gpl2Plus ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Plus ;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.linux;
|
||||
homepage = "https://bitbucket.org/blais/xannotate";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user