nvidia-texture-tools: support darwin

This commit is contained in:
Matthew Bauer 2018-05-20 23:07:32 -05:00
parent f2dc19703a
commit dadb35fdb3

View File

@ -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;
};
}