nifskope: Fix build

https://hydra.nixos.org/build/60608938
This commit is contained in:
Eelco Dolstra
2017-09-10 10:56:35 +02:00
parent 79c7d103bc
commit 79c9adce65
2 changed files with 127 additions and 2 deletions
+4 -2
View File
@@ -4,10 +4,12 @@ stdenv.mkDerivation rec {
name = "nifskope-1.1.3";
src = fetchurl {
url = "mirror://sourceforge/niftools/${name}.tar.bz2";
url = "https://github.com/niftools/nifskope/releases/download/${name}/${name}.tar.bz2";
sha256 = "0fcvrcjyvivww10sjhxamcip797b9ykbf5p3rm2k24xhkwdaqp72";
};
patches = [ ./gcc-6.patch ];
buildInputs = [ qt4 ];
nativeBuildInputs = [ qmake4Hook ];
@@ -46,7 +48,7 @@ stdenv.mkDerivation rec {
''; # */
meta = {
homepage = http://niftools.sourceforge.net/;
homepage = https://github.com/niftools/nifskope/;
description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;