Merge pull request #72086 from mmahut/nvidia-texture-tools
nvidia-texture-tools: 2.1.0 -> unstable-2019-10-27
This commit is contained in:
commit
58c618f721
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nvidia-texture-tools";
|
pname = "nvidia-texture-tools";
|
||||||
version = "2.1.0";
|
version = "unstable-2019-10-27";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "castano";
|
owner = "castano";
|
||||||
repo = "nvidia-texture-tools";
|
repo = "nvidia-texture-tools";
|
||||||
rev = version;
|
rev = "a131e4c6b0b7c9c73ccc3c9e6f1c7e165be86bcc";
|
||||||
sha256 = "0p8ja0k323nkgm07z0qlslg6743vimy9rf3wad2968az0vwzjjyx";
|
sha256 = "1qzyr3ib5dpxyq1y33lq02qv4cww075sm9bm4f651d34q5x38sk3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/castano/nvidia-texture-tools;
|
homepage = https://github.com/castano/nvidia-texture-tools;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user