sqitch-pg: add license

Inherit from AppSqitch
This commit is contained in:
Markus Kowalewski
2018-11-08 20:45:51 +01:00
parent d9afe678d5
commit 7a2e6cf6a0

View File

@@ -23,5 +23,6 @@ stdenv.mkDerivation {
meta = {
platforms = stdenv.lib.platforms.unix;
inherit (sqitchModule.meta) license;
};
}