File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/by-name/mi/miracle-wm Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 3030
3131stdenv . mkDerivation ( finalAttrs : {
3232 pname = "miracle-wm" ;
33- version = "0.4 .1" ;
33+ version = "0.5 .1" ;
3434
3535 src = fetchFromGitHub {
3636 owner = "miracle-wm-org" ;
3737 repo = "miracle-wm" ;
3838 tag = "v${ finalAttrs . version } " ;
39- hash = "sha256-LPcVLpskpmHc8EzdNqMT6BnbY8Le/BVojpXPIqy6tGI =" ;
39+ hash = "sha256-PCY6vAnDjyoIL66oREUGRypQFX90EKB1RlXTkQDyXMw =" ;
4040 } ;
4141
4242 postPatch =
4343 ''
4444 substituteInPlace CMakeLists.txt \
45- --replace-fail 'DESTINATION /usr/lib' 'DESTINATION '' ${CMAKE_INSTALL_LIBDIR}'
45+ --replace-fail 'DESTINATION /usr/lib' 'DESTINATION '' ${CMAKE_INSTALL_LIBDIR}' \
46+ --replace-fail '-march=native' '# -march=native' \
47+ --replace-fail '-flto' '# -flto'
4648 ''
4749 + lib . optionalString ( ! finalAttrs . finalPackage . doCheck ) ''
4850 substituteInPlace CMakeLists.txt \
You can’t perform that action at this time.
0 commit comments