Merge pull request #21700 from polyrod/master

sakura: fixed GLib-GIO-ERROR #21698
This commit is contained in:
Daiderd Jordan
2017-01-07 01:40:00 +01:00
committed by GitHub
2 changed files with 9 additions and 6 deletions

View File

@@ -14,14 +14,14 @@ stdenv.mkDerivation rec {
makeFlags = [ "-e" ];
makeFlagsArray="LIBS=-lgc";
meta = {
meta = with stdenv.lib ; {
description = "Follow a symlink and print out its target file";
longDescription = ''
A commandline program that chases symbolic filesystems links to the original file
'';
homepage = "https://qa.debian.org/developer.php?login=rotty%40debian.org";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.polyrod ];
platforms = stdenv.lib.platforms.all;
license = licenses.gpl2Plus;
maintainers = [ maintainers.polyrod ];
platforms = platforms.all;
};
}