Skip to content

Commit

Permalink
geis: nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Oct 29, 2024
1 parent 53f7b85 commit 57e2661
Showing 1 changed file with 40 additions and 21 deletions.
61 changes: 40 additions & 21 deletions pkgs/by-name/ge/geis/package.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{ lib, stdenv, fetchurl
, pkg-config
, python3Packages
, wrapGAppsHook3
, atk
, dbus
, evemu
, frame
, gdk-pixbuf
, gobject-introspection
, grail
, gtk3
, xorg
, pango
, xorgserver
{
lib,
stdenv,
fetchurl,
pkg-config,
python3Packages,
wrapGAppsHook3,
atk,
dbus,
evemu,
frame,
gdk-pixbuf,
gobject-introspection,
grail,
gtk3,
xorg,
pango,
xorgserver,
}:


stdenv.mkDerivation rec {
pname = "geis";
version = "2.2.17";
Expand All @@ -29,12 +31,29 @@ stdenv.mkDerivation rec {

hardeningDisable = [ "format" ];

pythonPath = with python3Packages;
[ pygobject3 ];
pythonPath = with python3Packages; [ pygobject3 ];

nativeBuildInputs = [ pkg-config wrapGAppsHook3 python3Packages.wrapPython gobject-introspection ];
buildInputs = [ atk dbus evemu frame gdk-pixbuf grail
gtk3 xorg.libX11 xorg.libXext xorg.libXi xorg.libXtst pango python3Packages.python xorgserver
nativeBuildInputs = [
pkg-config
wrapGAppsHook3
python3Packages.wrapPython
gobject-introspection
];
buildInputs = [
atk
dbus
evemu
frame
gdk-pixbuf
grail
gtk3
xorg.libX11
xorg.libXext
xorg.libXi
xorg.libXtst
pango
python3Packages.python
xorgserver
];

patchPhase = ''
Expand Down

0 comments on commit 57e2661

Please sign in to comment.