murex: make package a shellPackage
This commit is contained in:
parent
50703e0c7b
commit
e9d0064b02
@ -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