krebszones: fix names

This commit is contained in:
makefu 2015-09-01 15:16:46 +02:00
parent b60eafb2e2
commit dc471ef625

View File

@ -1,7 +1,7 @@
{ lib, pkgs,python3Packages,fetchurl, ... }:
python3Packages.buildPythonPackage rec {
name = "krebs-zones";
name = "krebszones-${version}";
version = "0.4.2";
propagatedBuildInputs = with pkgs;[
python3Packages.d2to1 # for setup to work