udiskie: Fix build

This commit is contained in:
adisbladis 2017-12-31 16:35:09 +01:00
parent d64750241b
commit afab19eabd
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -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";