1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";
};
}