platformio: 3.4.1 -> 3.5.0
This commit is contained in:
parent
bbb04db8fe
commit
27b5dbb1d0
2 changed files with 7 additions and 3 deletions
|
@ -18,8 +18,8 @@ buildFHSUserEnv {
|
||||||
python27Packages.setuptools
|
python27Packages.setuptools
|
||||||
python27Packages.pip
|
python27Packages.pip
|
||||||
python27Packages.bottle
|
python27Packages.bottle
|
||||||
zlib
|
|
||||||
python27Packages.platformio
|
python27Packages.platformio
|
||||||
|
zlib
|
||||||
]);
|
]);
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -30,5 +30,9 @@ buildFHSUserEnv {
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraInstallCommands = ''
|
||||||
|
ln -s $out/bin/platformio $out/bin/pio
|
||||||
|
'';
|
||||||
|
|
||||||
runScript = "platformio";
|
runScript = "platformio";
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,12 +8,12 @@ buildPythonPackage rec {
|
||||||
disabled = isPy3k || isPyPy;
|
disabled = isPy3k || isPyPy;
|
||||||
|
|
||||||
pname = "platformio";
|
pname = "platformio";
|
||||||
version="3.4.1";
|
version="3.5.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1b4lba672l851sv1xwc320xbh46x7hx4ms6whc0k37hxkxj0nwm2";
|
sha256 = "0gy13cwp0i97lgjd8hh8kh9cswxh53x4cx2sq5b7d7vv8kd7bh6c";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue