nvidia-texture-tools: support darwin
This commit is contained in:
parent
f2dc19703a
commit
dadb35fdb3
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A set of cuda-enabled texture tools and compressors";
|
description = "A set of cuda-enabled texture tools and compressors";
|
||||||
homepage = https://github.com/castano/nvidia-texture-tools;
|
homepage = https://github.com/castano/nvidia-texture-tools;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user