gnu-smalltalk: Numbered the patch

This commit is contained in:
Giulio Cocconi 2024-05-26 17:58:11 +02:00
parent 577e785181
commit 7619c9693e
2 changed files with 5 additions and 1 deletions

View File

@ -25,7 +25,11 @@ in stdenv.mkDerivation rec {
sha256 = "1k2ssrapfzhngc7bg1zrnd9n2vyxp9c9m70byvsma6wapbvib6l1";
};
patches = [ ./fix_mkorder.patch ];
patches = [
# The awk script incorrectly parsed `glib/glib.h` and was trying to find `glib/gwin32.h`,
# that isn't included since we're building only for linux.
./0000-fix_mkorder.patch
];
# The dependencies and their justification are explained at
# http://smalltalk.gnu.org/download