mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +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
|
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 = {
|
meta = {
|
||||||
description = "Fork of FLTK 1.3.0 with additional functionality";
|
description = "Fork of FLTK 1.3.0 with additional functionality";
|
||||||
version = version;
|
version = version;
|
||||||
|
Loading…
Reference in New Issue
Block a user