udiskie: Fix build
This commit is contained in:
parent
d64750241b
commit
afab19eabd
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, asciidoc-full, gettext
|
{ stdenv, fetchFromGitHub, asciidoc-full, gettext
|
||||||
, gobjectIntrospection, gtk3, hicolor_icon_theme, libnotify, librsvg
|
, gobjectIntrospection, gtk3, hicolor_icon_theme, libnotify, librsvg
|
||||||
, udisks2, wrapGAppsHook
|
, udisks2, wrapGAppsHook
|
||||||
|
, buildPythonApplication
|
||||||
, docopt
|
, docopt
|
||||||
, pygobject3
|
, pygobject3
|
||||||
, pyyaml
|
, pyyaml
|
||||||
, pythonPackages
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "udiskie-${version}";
|
name = "udiskie-${version}";
|
||||||
version = "1.7.3";
|
version = "1.7.3";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user