Loading pkgs/development/compilers/gnu-smalltalk/fix_mkorder.patch→pkgs/development/compilers/gnu-smalltalk/0000-fix_mkorder.patch +0 −0 File moved. View file pkgs/development/compilers/gnu-smalltalk/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/compilers/gnu-smalltalk/fix_mkorder.patch→pkgs/development/compilers/gnu-smalltalk/0000-fix_mkorder.patch +0 −0 File moved. View file
pkgs/development/compilers/gnu-smalltalk/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading