pantheon.elementary-code: 3.0.2 -> 3.1.0
https://github.com/elementary/code/releases/tag/3.1.0
This commit is contained in:
parent
12153dc4cc
commit
7eedc53ef1
1 changed files with 2 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "code";
|
pname = "code";
|
||||||
version = "3.0.2";
|
version = "3.1.0";
|
||||||
|
|
||||||
name = "elementary-${pname}-${version}";
|
name = "elementary-${pname}-${version}";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "elementary";
|
owner = "elementary";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0zmm4a7galrs9phiplf6cygwq3rplghv7r8g47mi4nlndgxqyssg";
|
sha256 = "04clzms1gw7dr611kr8bhca2dww0x65186al4sjqmln4g12ry1gx";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
@ -51,9 +51,6 @@ stdenv.mkDerivation rec {
|
||||||
zeitgeist
|
zeitgeist
|
||||||
];
|
];
|
||||||
|
|
||||||
# See: https://github.com/elementary/code/pull/626
|
|
||||||
LIBRARY_PATH = stdenv.lib.makeLibraryPath [ editorconfig-core-c ];
|
|
||||||
|
|
||||||
# install script fails with UnicodeDecodeError because of printing a fancy elipsis character
|
# install script fails with UnicodeDecodeError because of printing a fancy elipsis character
|
||||||
LC_ALL = "C.UTF-8";
|
LC_ALL = "C.UTF-8";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue