Commit 7619c969 authored by Giulio Cocconi's avatar Giulio Cocconi
Browse files

gnu-smalltalk: Numbered the patch

parent 577e7851
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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