mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Setting myself as maintainer for xsane and cdecl, and telling hydra to build them.
svn path=/nixpkgs/trunk/; revision=32868
This commit is contained in:
parent
330a4e656a
commit
02ac39aef8
|
@ -15,5 +15,8 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "Translator English -- C/C++ declarations";
|
||||
license = "Public Domain";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,5 +17,9 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
homepage = http://www.sane-project.org/;
|
||||
description = "Graphical scanning frontend for sane";
|
||||
license = "GPLv2+";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue