Skip to content

Commit

Permalink
udiskie: Fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Dec 31, 2017
1 parent bae2e7c commit 409642e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/udiskie/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, asciidoc-full, gettext
, gobjectIntrospection, gtk3, hicolor_icon_theme, libnotify, librsvg
, udisks2, wrapGAppsHook
, buildPythonApplication
, docopt
, pygobject3
, pyyaml
, pythonPackages
}:

buildPythonApplication rec {
pythonPackages.buildPythonApplication rec {
name = "udiskie-${version}";
version = "1.7.3";

Expand Down

0 comments on commit 409642e

Please sign in to comment.