summary refs log tree commit diff
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
parentf2dc19703a2c5e4d66442bfa9e720f3c9d811c38 (diff)
downloadnixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.gz
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.bz2
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.lz
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.xz
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.tar.zst
nixpkgs-dadb35fdb3ac1e368e8728728b269851752f1fbc.zip
nvidia-texture-tools: support darwin
-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 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;
   };
 }