falcon: unstable-2018-10-23 -> 0-unstable-2023-11-19
Fixes the build with the default GCC.
This commit is contained in:
parent
5b6ae0b1b4
commit
3d3e80e330
@ -11,19 +11,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "falcon";
|
pname = "falcon";
|
||||||
version = "unstable-2018-10-23";
|
version = "0-unstable-2023-11-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "falconpl";
|
owner = "falconpl";
|
||||||
repo = "falcon";
|
repo = "falcon";
|
||||||
rev = "637e2d5cd950a874496042993c02ab7d17c1b688";
|
rev = "fc403c6e8c1f3d8c2a5a6ebce5db6f1b3e355808";
|
||||||
sha256 = "iCyvvZJjXb1CR396EJ6GiP6d4e7iAc6QQlAOQoAfehg=";
|
hash = "sha256-0yLhwDVFNbfiW23hNxrvItCCkyaOvEbFSg1ZQuJvhIs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# -Wnarrowing is enabled by default in recent GCC versions,
|
|
||||||
# causing compilation to fail.
|
|
||||||
env.NIX_CFLAGS_COMPILE = "-Wno-narrowing";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -39,5 +35,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
broken = stdenv.cc.isClang;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5475,9 +5475,7 @@ with pkgs;
|
|||||||
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
|
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
|
||||||
inherit (haxePackages) hxcpp;
|
inherit (haxePackages) hxcpp;
|
||||||
|
|
||||||
falcon = callPackage ../development/interpreters/falcon {
|
falcon = callPackage ../development/interpreters/falcon { };
|
||||||
stdenv = gcc10Stdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
dotnetPackages = recurseIntoAttrs (callPackage ./dotnet-packages.nix { });
|
dotnetPackages = recurseIntoAttrs (callPackage ./dotnet-packages.nix { });
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user