tilix: unstable-2019-10-02 -> 1.9.4

Compile with ldc instead of dmd
This commit is contained in:
Thomas Mader 2021-03-06 16:47:01 +01:00 committed by adisbladis
parent 90a8698bf6
commit 2810e2630c
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -5,7 +5,7 @@
, ninja , ninja
, python3 , python3
, pkg-config , pkg-config
, dmd , ldc
, dconf , dconf
, dbus , dbus
, gsettings-desktop-schemas , gsettings-desktop-schemas
@ -16,17 +16,18 @@
, glib , glib
, wrapGAppsHook , wrapGAppsHook
, libunwind , libunwind
, appstream
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
pname = "tilix"; pname = "tilix";
version = "unstable-2019-10-02"; version = "1.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gnunn1"; owner = "gnunn1";
repo = "tilix"; repo = "tilix";
rev = "ffcd31e3c0e1a560ce89468152d8726065e8fb1f"; rev = "${version}";
sha256 = "1bzv7xiqhyblz1rw8ln4zpspmml49vnshn1zsv9di5q7kfgpqrgq"; sha256 = "sha256:020gr4q7kmqq8vnsh8rw97gf1p2n1yq4d7ncyjjh9l13zkaxqqv9";
}; };
# Default upstream else LDC fails to link # Default upstream else LDC fails to link
@ -36,12 +37,13 @@ stdenv.mkDerivation {
nativeBuildInputs = [ nativeBuildInputs = [
desktop-file-utils desktop-file-utils
dmd ldc
meson meson
ninja ninja
pkg-config pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
appstream
]; ];
buildInputs = [ buildInputs = [