udiskie: Fix eval

This commit is contained in:
adisbladis
2017-12-31 02:14:22 +01:00
parent bae2e7ceb3
commit 409642e529
+2 -2
View File
@@ -1,13 +1,13 @@
{ 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
}: }:
buildPythonApplication rec { pythonPackages.buildPythonApplication rec {
name = "udiskie-${version}"; name = "udiskie-${version}";
version = "1.7.3"; version = "1.7.3";