parent
32ed834387
commit
f9c9c1dac8
|
@ -67,5 +67,8 @@ in stdenv.mkDerivation rec {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.garbas ];
|
maintainers = [ maintainers.garbas ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
# Marked as broken due to needing an update for security issues.
|
||||||
|
# See: https://github.com/NixOS/nixpkgs/issues/18856
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue