eid-mw: use GTK 3
This commit is contained in:
parent
8c81b79875
commit
e5fca5832b
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, gtk2, nssTools, pcsclite
|
{ stdenv, fetchFromGitHub, autoreconfHook, gtk3, nssTools, pcsclite
|
||||||
, pkgconfig }:
|
, pkgconfig }:
|
||||||
|
|
||||||
let version = "4.1.9"; in
|
let version = "4.1.9"; in
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "Fedict";
|
owner = "Fedict";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk2 pcsclite ];
|
buildInputs = [ gtk3 pcsclite ];
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user