pythonPackage.Pyro: use upstream name

This commit is contained in:
Frederik Rietdijk
2017-05-05 21:13:26 +02:00
parent 9652e3e8f2
commit f6dd52cd69
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, python }:
let
pythonEnv = python.withPackages(ps: [ps.pyro3]);
pythonEnv = python.withPackages(ps: [ps.Pyro]);
in stdenv.mkDerivation rec {
name = "openopc-${version}";
version = "1.2.0";