libbsd, libtiger: fix meta evaluation
I suppose we'll one day transition to forced automatic checks of some basic things before pushing/merging.
This commit is contained in:
parent
e04339db80
commit
f80a55ca37
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://libbsd.freedesktop.org/;
|
homepage = https://libbsd.freedesktop.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainer; [ matthewbauer ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://code.google.com/archive/p/libtiger/;
|
homepage = https://code.google.com/archive/p/libtiger/;
|
||||||
description = "A rendering library for Kate streams using Pango and Cairo";
|
description = "A rendering library for Kate streams using Pango and Cairo";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib; [ matthewbauer ];
|
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user