summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-20 23:07:32 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-21 19:55:37 -0500
commitdadb35fdb3ac1e368e8728728b269851752f1fbc (patch)
tree565068a05e2c9b118cdec6bf103267e136d75db0 /pkgs
parentf2dc19703a2c5e4d66442bfa9e720f3c9d811c38 (diff)
downloadnixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.gz
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.bz2
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.lz
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.xz
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.zst
nixlib-dadb35fdb3ac1e368e8728728b269851752f1fbc.zip
nvidia-texture-tools: support darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/nvidia-texture-tools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/nvidia-texture-tools/default.nix b/pkgs/development/libraries/nvidia-texture-tools/default.nix
index 034fbf34385f..77167361ff20 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;
   };
 }