forked from mirrors/nixpkgs
postgresql: Build all versions on Hydra (Linux)
Additionally, add @ocharles to the list of maintainers. I am only building these on Linux environments in Hydra for now, as that's the only environment I can be a maintainer for.
This commit is contained in:
parent
7f4b97d495
commit
3f95f39bab
|
@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = "bsd";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,5 +23,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = "bsd";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = "bsd";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = "bsd";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.postgresql.org/;
|
||||
description = "A powerful, open source object-relational database system";
|
||||
license = "bsd";
|
||||
maintainers = [ stdenv.lib.maintainers.ocharles ];
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue