Loading pkgs/development/compilers/swi-prolog/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ libyaml, withGui ? false, libX11, libXpm, libXext, libXft, Loading Loading @@ -80,7 +79,7 @@ let # minorVersion is even for stable, odd for unstable version = "9.2.7"; version = "9.2.9"; # This package provides several with* options, which replaces the old extraLibraries option. # This error should help users that still use this option find their way to these flags. Loading Loading @@ -127,8 +126,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "SWI-Prolog"; repo = "swipl"; rev = "V${version}"; hash = "sha256-O9ogltcbBST111FA85jEVW6jGOLJSt/5PeBABtMu2Ws="; tag = "V${version}"; hash = "sha256-M0stUwiD3Auz5OsmgVJFWg2RAswu42UUp8bafqZOC7A="; fetchSubmodules = true; }; Loading Loading
pkgs/development/compilers/swi-prolog/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ libyaml, withGui ? false, libX11, libXpm, libXext, libXft, Loading Loading @@ -80,7 +79,7 @@ let # minorVersion is even for stable, odd for unstable version = "9.2.7"; version = "9.2.9"; # This package provides several with* options, which replaces the old extraLibraries option. # This error should help users that still use this option find their way to these flags. Loading Loading @@ -127,8 +126,8 @@ stdenv.mkDerivation { src = fetchFromGitHub { owner = "SWI-Prolog"; repo = "swipl"; rev = "V${version}"; hash = "sha256-O9ogltcbBST111FA85jEVW6jGOLJSt/5PeBABtMu2Ws="; tag = "V${version}"; hash = "sha256-M0stUwiD3Auz5OsmgVJFWg2RAswu42UUp8bafqZOC7A="; fetchSubmodules = true; }; Loading