murex: fix shellPackage check (#336428)

This commit is contained in:
Aleksana
2024-09-04 13:19:55 +08:00
committed by GitHub
+4
View File
@@ -25,4 +25,8 @@ buildGoModule rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ dit7ya kashw2 ];
};
passthru = {
shellPath = "/bin/murex";
};
}