about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-12-22 08:42:42 +0000
committerGitHub <noreply@github.com>2017-12-22 08:42:42 +0000
commite86e984f41a255e65607dac930e1684d192b9dc3 (patch)
treeac8b187bc909e0d383a39898494d5520e6a86a91 /pkgs
parent7a0fab39f063e6d9eed020392319b7374ad5c44f (diff)
parent2bb24283ccd3773d21b06c62174436070a1ef595 (diff)
downloadnixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar.gz
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar.bz2
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar.lz
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar.xz
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.tar.zst
nixlib-e86e984f41a255e65607dac930e1684d192b9dc3.zip
Merge pull request #32842 from mbode/docker_compose_darwin
docker_compose: add darwin to platforms
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/docker_compose/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/docker_compose/default.nix b/pkgs/development/python-modules/docker_compose/default.nix
index 91a0c4183c9b..78e733c1b9d8 100644
--- a/pkgs/development/python-modules/docker_compose/default.nix
+++ b/pkgs/development/python-modules/docker_compose/default.nix
@@ -41,7 +41,6 @@ buildPythonApplication rec {
     homepage = https://docs.docker.com/compose/;
     description = "Multi-container orchestration for Docker";
     license = licenses.asl20;
-    platforms = platforms.linux;
     maintainers = with maintainers; [
       jgeerds
     ];