murex: fix shellPackage check (#336428)

This commit is contained in:
Aleksana 2024-09-04 13:19:55 +08:00 committed by GitHub
commit debde243a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,4 +25,8 @@ buildGoModule rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ dit7ya kashw2 ];
};
passthru = {
shellPath = "/bin/murex";
};
}