cligh: fix evaluation

This commit is contained in:
Pascal Wittmann 2017-03-16 11:06:30 +01:00
parent 49c18cc75d
commit 1ae9a7911c

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, pythonPackages }:
buildPythonApplication rec {
pythonPackages.buildPythonApplication rec {
name = "cligh-${version}";
version = "0.3";