Merge pull request #140515 from Artturin/solaarfix
This commit is contained in:
commit
91acdb0b4e
@ -1,4 +1,13 @@
|
|||||||
{ fetchFromGitHub, lib, gobject-introspection, gtk3, python3Packages }:
|
{ fetchFromGitHub
|
||||||
|
, lib
|
||||||
|
, gobject-introspection
|
||||||
|
, gtk3
|
||||||
|
, python3Packages
|
||||||
|
, wrapGAppsHook
|
||||||
|
, gdk-pixbuf
|
||||||
|
, libappindicator
|
||||||
|
, librsvg
|
||||||
|
}:
|
||||||
|
|
||||||
# Although we copy in the udev rules here, you probably just want to use
|
# Although we copy in the udev rules here, you probably just want to use
|
||||||
# logitech-udev-rules instead of adding this to services.udev.packages on NixOS
|
# logitech-udev-rules instead of adding this to services.udev.packages on NixOS
|
||||||
@ -13,6 +22,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "sha256-Ys0005hIQ+fT4oMeU5iFtbLNqn1WM6iLdIKGwdyn7BM=";
|
sha256 = "sha256-Ys0005hIQ+fT4oMeU5iFtbLNqn1WM6iLdIKGwdyn7BM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ];
|
||||||
|
buildInputs = [ libappindicator librsvg ];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk3
|
gtk3
|
||||||
@ -23,11 +35,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
xlib
|
xlib
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
|
||||||
"--prefix PYTHONPATH : $PYTHONPATH"
|
|
||||||
"--prefix GI_TYPELIB_PATH : $GI_TYPELIB_PATH"
|
|
||||||
];
|
|
||||||
|
|
||||||
# the -cli symlink is just to maintain compabilility with older versions where
|
# the -cli symlink is just to maintain compabilility with older versions where
|
||||||
# there was a difference between the GUI and CLI versions.
|
# there was a difference between the GUI and CLI versions.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user