ntk: fix outdated waf

This commit is contained in:
t4ccer 2024-07-15 13:02:42 -06:00
parent 56d6da9252
commit a20b3be8d3
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -15,6 +15,13 @@ stdenv.mkDerivation rec {
cairo libjpeg libXft python3
];
# NOTE: ntk provides its own waf script that is incompatible with new
# python versions. If the script is not present, wafHook will install
# a compatible version from nixpkgs.
prePatch = ''
rm waf
'';
meta = {
description = "Fork of FLTK 1.3.0 with additional functionality";
version = version;