summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:14:03 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:32:02 -0400
commitded7953478eff74d213b39136f269eb8d5eab8c9 (patch)
tree9c4c5f68ea513fae6a8cfac755bc5972345f6762 /pkgs/development/python-modules
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
downloadnixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.gz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.bz2
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.lz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.xz
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.tar.zst
nixpkgs-ded7953478eff74d213b39136f269eb8d5eab8c9.zip
treewide: meta.platform -> meta.platforms
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pyroute2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyroute2/default.nix b/pkgs/development/python-modules/pyroute2/default.nix
index 91bfa97cb97..1b47b7f3f7d 100644
--- a/pkgs/development/python-modules/pyroute2/default.nix
+++ b/pkgs/development/python-modules/pyroute2/default.nix
@@ -16,6 +16,6 @@ buildPythonPackage rec {
     homepage = https://github.com/svinota/pyroute2;
     license = licenses.asl20;
     maintainers = [maintainers.mic92];
-    platform = platforms.linux;
+    platforms = platforms.linux;
   };
 }