forked from mirrors/nixpkgs
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 }:
|
||||
|
||||
let version = "4.1.9"; in
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
owner = "Fedict";
|
||||
};
|
||||
|
||||
buildInputs = [ gtk2 pcsclite ];
|
||||
buildInputs = [ gtk3 pcsclite ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue