Loading pkgs/development/interpreters/gnudatalanguage/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, wrapGAppsHook3, readline, Loading Loading @@ -121,6 +122,14 @@ stdenv.mkDerivation (finalAttrs: { fetchSubmodules = true; }; patches = [ (fetchpatch { url = "https://github.com/gnudatalanguage/gdl/commit/b648a63c5070f38e90167f858a79ba6f01dad1d3.patch?full_index=1"; includes = [ "CMakeLists.txt" ]; hash = "sha256-lYtAstI21Up4RArf6pXnjiTwJ3Omoisw43Ih1H2Wc0s="; }) ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'FATAL_ERROR "The src' 'WARNING "The src' \ Loading Loading
pkgs/development/interpreters/gnudatalanguage/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, wrapGAppsHook3, readline, Loading Loading @@ -121,6 +122,14 @@ stdenv.mkDerivation (finalAttrs: { fetchSubmodules = true; }; patches = [ (fetchpatch { url = "https://github.com/gnudatalanguage/gdl/commit/b648a63c5070f38e90167f858a79ba6f01dad1d3.patch?full_index=1"; includes = [ "CMakeLists.txt" ]; hash = "sha256-lYtAstI21Up4RArf6pXnjiTwJ3Omoisw43Ih1H2Wc0s="; }) ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail 'FATAL_ERROR "The src' 'WARNING "The src' \ Loading