···304 mighttpd2 = 285;
305 hass = 286;
306 monero = 287;
0307308 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
309···576 mighttpd2 = 285;
577 hass = 286;
578 monero = 287;
0579580 # When adding a gid, make sure it doesn't match an existing
581 # uid. Users and groups with the same name should have equal
···304 mighttpd2 = 285;
305 hass = 286;
306 monero = 287;
307+ ceph = 288;
308309 # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
310···577 mighttpd2 = 285;
578 hass = 286;
579 monero = 287;
580+ ceph = 288;
581582 # When adding a gid, make sure it doesn't match an existing
583 # uid. Users and groups with the same name should have equal
···1import ./generic.nix {
2 major_version = "4";
3 minor_version = "06";
4- patch_version = "0";
5- sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj";
67 # If the executable is stipped it does not work
8 dontStrip = true;
···1import ./generic.nix {
2 major_version = "4";
3 minor_version = "06";
4+ patch_version = "1";
5+ sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg";
67 # If the executable is stipped it does not work
8 dontStrip = true;
···471 '';
472 });
473474- # Fails to link against with newer gsl versions because a deprecrated function
475- # was removed
476- hmatrix-gsl = super.hmatrix-gsl.override { gsl = pkgs.gsl_1; };
477-478 # tests run executable, relying on PATH
479 # without this, tests fail with "Couldn't launch intero process"
480 intero = overrideCabal super.intero (drv: {
···471 '';
472 });
4730000474 # tests run executable, relying on PATH
475 # without this, tests fail with "Couldn't launch intero process"
476 intero = overrideCabal super.intero (drv: {