pony-stable: 0.1.6 -> 0.2.0
This commit is contained in:
parent
a30a76effa
commit
7565289ec7
@ -2,20 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pony-stable-${version}";
|
name = "pony-stable-${version}";
|
||||||
version = "0.1.6";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ponylang";
|
owner = "ponylang";
|
||||||
repo = "pony-stable";
|
repo = "pony-stable";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "02lqba75psnxcxj2y8lm1fy1hmwa088nvxjghhpnlkqbwz7wa2sw";
|
sha256 = "0zzcq0vsl6kcrsxwqzd3s9mq7aq5sg8si5c83rxyi9n6a06gnbh7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ponyc ];
|
buildInputs = [ ponyc ];
|
||||||
|
|
||||||
installPhase = ''
|
installFlags = [ "prefix=${placeholder "out"}" "install" ];
|
||||||
make prefix=$out install
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple dependency manager for the Pony language.";
|
description = "A simple dependency manager for the Pony language.";
|
||||||
|
Loading…
Reference in New Issue
Block a user