mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
ntk: fix outdated waf
This commit is contained in:
parent
56d6da9252
commit
a20b3be8d3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user