From dadb35fdb3ac1e368e8728728b269851752f1fbc Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 20 May 2018 23:07:32 -0500 Subject: nvidia-texture-tools: support darwin --- pkgs/development/libraries/nvidia-texture-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/nvidia-texture-tools/default.nix b/pkgs/development/libraries/nvidia-texture-tools/default.nix index 034fbf34385..77167361ff2 100644 --- a/pkgs/development/libraries/nvidia-texture-tools/default.nix +++ b/pkgs/development/libraries/nvidia-texture-tools/default.nix @@ -36,6 +36,6 @@ stdenv.mkDerivation rec { description = "A set of cuda-enabled texture tools and compressors"; homepage = https://github.com/castano/nvidia-texture-tools; license = licenses.mit; - platforms = platforms.linux; + platforms = platforms.unix; }; } -- cgit 1.4.1