mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
i3ipc-glib: fix cross
This commit is contained in:
parent
b2f9cd34e7
commit
34e8a6debd
@ -4,7 +4,6 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "i3ipc-glib";
|
||||
version = "1.0.1";
|
||||
|
||||
@ -15,10 +14,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "01fzvrbnzcwx0vxw29igfpza9zwzp2s7msmzb92v01z0rz0y5m0p";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook which pkg-config ];
|
||||
|
||||
buildInputs = [ libxcb json-glib gtk-doc xorgproto gobject-introspection ];
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ autoreconfHook which pkg-config gtk-doc gobject-introspection ];
|
||||
|
||||
buildInputs = [ libxcb json-glib xorgproto ];
|
||||
|
||||
preAutoreconf = ''
|
||||
gtkdocize
|
||||
|
Loading…
Reference in New Issue
Block a user