tilix: 1.7.1 -> 1.8.1
Also build using release flags.
This commit is contained in:
parent
d9d4199bf3
commit
bdac6d8e7e
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tilix-${version}";
|
name = "tilix-${version}";
|
||||||
version = "1.7.1";
|
version = "1.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gnunn1";
|
owner = "gnunn1";
|
||||||
repo = "tilix";
|
repo = "tilix";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0x0bnb26hjvxmvvd7c9k8fw97gcm3z5ssr6r8x90xbyyw6h58hhh";
|
sha256 = "19dx3hlj40cqwph98pcifkm6axfszfr0v9k6sr3caw4ycml84ci1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -20,7 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ gnome3.dconf gettext gsettings-desktop-schemas gtkd dbus ];
|
buildInputs = [ gnome3.dconf gettext gsettings-desktop-schemas gtkd dbus ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
makeFlagsArray=(PERL5LIB="${perlPackages.Po4a}/lib/perl5")
|
makeFlagsArray=(
|
||||||
|
PERL5LIB="${perlPackages.Po4a}/lib/perl5"
|
||||||
|
DCFLAGS='-O -inline -release -version=StdLoggerDisableTrace'
|
||||||
|
)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = with gnome3; ''
|
postInstall = with gnome3; ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user