1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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