From 6e1f864fd079b819cfdc1fd5dc874bedc4b3ca38 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 16 Oct 2017 17:06:48 -0400 Subject: [PATCH] sc2-headless: License is unfree I wrongly assumed that was the default when reviewing the PR. --- .../science/machine-learning/sc2-headless/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/machine-learning/sc2-headless/default.nix b/pkgs/applications/science/machine-learning/sc2-headless/default.nix index cf6c3f89920b..c06bfc04e07c 100644 --- a/pkgs/applications/science/machine-learning/sc2-headless/default.nix +++ b/pkgs/applications/science/machine-learning/sc2-headless/default.nix @@ -48,6 +48,7 @@ stdenv.mkDerivation rec { license = { fullName = "BLIZZARD® STARCRAFT® II AI AND MACHINE LEARNING LICENSE"; url = "https://blzdistsc2-a.akamaihd.net/AI_AND_MACHINE_LEARNING_LICENSE.html"; + free = false; }; }; }