File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55 cmake ,
66 ninja ,
7- installCompatHeader ? false ,
8- installLegacyHeaders ? false ,
97} :
108stdenv . mkDerivation ( finalAttrs : {
119 pname = "gsl-lite" ;
12- version = "0.43.0 " ;
10+ version = "1.0.1 " ;
1311
1412 src = fetchFromGitHub {
1513 owner = "gsl-lite" ;
1614 repo = "gsl-lite" ;
1715 tag = "v${ finalAttrs . version } " ;
18- hash = "sha256-9mvbD7zVTtfFRy2qIYJpU9XAlAW4ZLh5DE3WPEQpf38 =" ;
16+ hash = "sha256-QlAeXUKVzH0QYxbKgWPS64h1iL4nnsmJ10h/wzoxq78 =" ;
1917 } ;
2018
2119 nativeBuildInputs = [
@@ -25,8 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
2523
2624 cmakeFlags = [
2725 ( lib . cmakeBool "GSL_LITE_OPT_BUILD_TESTS" finalAttrs . doCheck )
28- ( lib . cmakeBool "GSL_LITE_OPT_INSTALL_COMPAT_HEADER" installCompatHeader )
29- ( lib . cmakeBool "GSL_LITE_OPT_INSTALL_LEGACY_HEADERS" installLegacyHeaders )
3026 ] ;
3127
3228 # Building tests is broken on Darwin.
You can’t perform that action at this time.
0 commit comments