mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
murex: fix shellPackage check (#336428)
This commit is contained in:
commit
debde243a7
@ -25,4 +25,8 @@ buildGoModule rec {
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ dit7ya kashw2 ];
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/murex";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user