about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pychromecast
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2019-02-22 17:51:01 +0100
committerVladimír Čunát <vcunat@gmail.com>2019-02-22 17:51:01 +0100
commit71f4ba29a3161cec4dc95d6c80863f55ff25f777 (patch)
tree67774520442ab886120a8fd3b00dc52ea2455e8e /pkgs/development/python-modules/pychromecast
parent821c0844d499658666901401f2ae088b85cc2e9a (diff)
parente2b96562056ed59bd84c797f31c8decf60d2f5d3 (diff)
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1506218
Diffstat (limited to 'pkgs/development/python-modules/pychromecast')
-rw-r--r--pkgs/development/python-modules/pychromecast/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pychromecast/default.nix b/pkgs/development/python-modules/pychromecast/default.nix
index d7bd3eba1fe66..c25b7e8363430 100644
--- a/pkgs/development/python-modules/pychromecast/default.nix
+++ b/pkgs/development/python-modules/pychromecast/default.nix
@@ -18,6 +18,6 @@ buildPythonPackage rec {
     homepage    = https://github.com/balloob/pychromecast;
     license     = licenses.mit;
     maintainers = with maintainers; [ abbradar ];
-    platforms   = platforms.linux;
+    platforms   = platforms.unix;
   };
 }