Skip to content

Commit

Permalink
pythonPackage.Pyro: use upstream name
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed May 5, 2017
1 parent 9652e3e commit f6dd52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/openopc/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20599,7 +20599,7 @@ in {
};
});

pyro3 = buildPythonPackage (rec {
Pyro = buildPythonPackage (rec {
name = "Pyro-3.16";
disabled = isPy3k;

Expand Down

0 comments on commit f6dd52c

Please sign in to comment.