chase: avoided using fq attribute names
This commit is contained in:
parent
ad507954fa
commit
ba9803079c
@ -14,14 +14,14 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = [ "-e" ];
|
makeFlags = [ "-e" ];
|
||||||
makeFlagsArray="LIBS=-lgc";
|
makeFlagsArray="LIBS=-lgc";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib ; {
|
||||||
description = "Follow a symlink and print out its target file";
|
description = "Follow a symlink and print out its target file";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A commandline program that chases symbolic filesystems links to the original file
|
A commandline program that chases symbolic filesystems links to the original file
|
||||||
'';
|
'';
|
||||||
homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
|
homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ stdenv.lib.maintainers.polyrod ];
|
maintainers = [ maintainers.polyrod ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user