parse-cli-bin: add license
This commit is contained in:
parent
61020d5f23
commit
9eb92fc5d6
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Parse Command Line Interface";
|
description = "Parse Command Line Interface";
|
||||||
homepage = "https://parse.com";
|
homepage = "https://parse.com";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "installPhase";
|
phases = "installPhase";
|
||||||
@ -22,4 +23,4 @@ stdenv.mkDerivation rec {
|
|||||||
cp "$src" "$out/bin/parse"
|
cp "$src" "$out/bin/parse"
|
||||||
chmod +x "$out/bin/parse"
|
chmod +x "$out/bin/parse"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user