no stdenv.lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchFromGitHub, libpng, libjpeg, giflib, perl, pkg-config}:
|
||||
{ lib, stdenv, fetchFromGitHub, libpng, libjpeg, giflib, perl, pkg-config}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "metapixel";
|
||||
@@ -24,10 +24,10 @@ stdenv.mkDerivation {
|
||||
cp metapixel-sizesort $out/bin/metapixel-sizesort
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/schani/metapixel";
|
||||
description = "Tool for generating photomosaics";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ dandellion ];
|
||||
# maintainers = with maintainers; [ dandellion ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user