Merge pull request #129690 from hexagonal-sun/fltk14-fix
This commit is contained in:
@@ -35,7 +35,10 @@ stdenv.mkDerivation {
|
||||
"--enable-xft"
|
||||
];
|
||||
|
||||
preConfigure = "make clean";
|
||||
preConfigure = ''
|
||||
make clean
|
||||
rm VERSION
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user