File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 55 cmake ,
66 ninja ,
77 pkg-config ,
8- gitMinimal ,
98 qt5 ,
109 python3 ,
1110} :
1211
1312llvmPackages . stdenv . mkDerivation ( finalAttrs : rec {
1413 pname = "fex" ;
15- version = "2503 " ;
14+ version = "2504 " ;
1615
1716 src = fetchFromGitHub {
1817 owner = "FEX-Emu" ;
1918 repo = "FEX" ;
2019 tag = "FEX-${ version } " ;
21- hash = "sha256-NnYod6DeRv3/6h8SGkGYtgC+RRuIafxoQm3j1Sqk0mU =" ;
20+ hash = "sha256-tqUJBHYSRlEUaLI4WItzotIHGMUNbdjA7o9NjBYZmHw =" ;
2221 fetchSubmodules = true ;
2322 } ;
2423
2524 nativeBuildInputs = [
2625 cmake
2726 ninja
2827 pkg-config
29- gitMinimal
3028 qt5 . wrapQtAppsHook
3129 llvmPackages . bintools
3230
@@ -50,6 +48,7 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: rec {
5048 "-DUSE_LINKER=lld"
5149 "-DENABLE_LTO=True"
5250 "-DENABLE_ASSERTIONS=False"
51+ ( lib . cmakeFeature "OVERRIDE_VERSION" finalAttrs . version )
5352 ( lib . cmakeBool "BUILD_TESTS" finalAttrs . finalPackage . doCheck )
5453 ] ;
5554
You can’t perform that action at this time.
0 commit comments